summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/keycode.h
diff options
context:
space:
mode:
authortmk <hasu@tmk-kbd.com>2015-06-26 01:34:10 +0200
committertmk <hasu@tmk-kbd.com>2015-06-26 01:34:10 +0200
commit070a6be63808cdb6c4ec9e12ad708718cfdc3dfb (patch)
tree642a6de23ddf464ec57cd12fdb734dca45dbe9cd /tmk_core/common/keycode.h
parenta55160887322c5498f6a9b01bcc2e137e5e6cd51 (diff)
downloadqmk_firmware-070a6be63808cdb6c4ec9e12ad708718cfdc3dfb.tar.gz
qmk_firmware-070a6be63808cdb6c4ec9e12ad708718cfdc3dfb.tar.xz
Add description for non-US keys on keycode.h
Diffstat (limited to 'tmk_core/common/keycode.h')
-rw-r--r--tmk_core/common/keycode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h
index ac4ef00db..fc66dc0ef 100644
--- a/tmk_core/common/keycode.h
+++ b/tmk_core/common/keycode.h
@@ -214,7 +214,7 @@ enum hid_keyboard_keypad_usage {
KC_LBRACKET,
KC_RBRACKET, /* 0x30 */
KC_BSLASH, /* \ (and |) */
- KC_NONUS_HASH, /* Non-US # and ~ */
+ KC_NONUS_HASH, /* Non-US # and ~ (Typically near the Enter key) */
KC_SCOLON, /* ; (and :) */
KC_QUOTE, /* ' and " */
KC_GRAVE, /* Grave accent and tilde */
@@ -264,7 +264,7 @@ enum hid_keyboard_keypad_usage {
KC_KP_9,
KC_KP_0,
KC_KP_DOT,
- KC_NONUS_BSLASH, /* Non-US \ and | */
+ KC_NONUS_BSLASH, /* Non-US \ and | (Typically near the Left-Shift key) */
KC_APPLICATION,
KC_POWER,
KC_KP_EQUAL,