From: tmk Date: Thu, 25 Jun 2015 23:34:10 +0000 (+0900) Subject: Add description for non-US keys on keycode.h X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=070a6be63808cdb6c4ec9e12ad708718cfdc3dfb;p=max%2Ftmk_keyboard.git Add description for non-US keys on keycode.h --- diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index ac4ef00d..fc66dc0e 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,