Skip to content

Commit 70c9abd

Browse files
committed
Add description for non-US keys on keycode.h
1 parent 538c192 commit 70c9abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/keycode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ enum hid_keyboard_keypad_usage {
214214
KC_LBRACKET,
215215
KC_RBRACKET, /* 0x30 */
216216
KC_BSLASH, /* \ (and |) */
217-
KC_NONUS_HASH, /* Non-US # and ~ */
217+
KC_NONUS_HASH, /* Non-US # and ~ (Typically near the Enter key) */
218218
KC_SCOLON, /* ; (and :) */
219219
KC_QUOTE, /* ' and " */
220220
KC_GRAVE, /* Grave accent and tilde */
@@ -264,7 +264,7 @@ enum hid_keyboard_keypad_usage {
264264
KC_KP_9,
265265
KC_KP_0,
266266
KC_KP_DOT,
267-
KC_NONUS_BSLASH, /* Non-US \ and | */
267+
KC_NONUS_BSLASH, /* Non-US \ and | (Typically near the Left-Shift key) */
268268
KC_APPLICATION,
269269
KC_POWER,
270270
KC_KP_EQUAL,

0 commit comments

Comments
 (0)