Explorar el Código

Add description for non-US keys on keycode.h

tags/v2.9
tmk hace 9 años
padre
commit
070a6be638
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      tmk_core/common/keycode.h

+ 2
- 2
tmk_core/common/keycode.h Ver fichero

KC_LBRACKET, KC_LBRACKET,
KC_RBRACKET, /* 0x30 */ KC_RBRACKET, /* 0x30 */
KC_BSLASH, /* \ (and |) */ KC_BSLASH, /* \ (and |) */
KC_NONUS_HASH, /* Non-US # and ~ */
KC_NONUS_HASH, /* Non-US # and ~ (Typically near the Enter key) */
KC_SCOLON, /* ; (and :) */ KC_SCOLON, /* ; (and :) */
KC_QUOTE, /* ' and " */ KC_QUOTE, /* ' and " */
KC_GRAVE, /* Grave accent and tilde */ KC_GRAVE, /* Grave accent and tilde */
KC_KP_9, KC_KP_9,
KC_KP_0, KC_KP_0,
KC_KP_DOT, KC_KP_DOT,
KC_NONUS_BSLASH, /* Non-US \ and | */
KC_NONUS_BSLASH, /* Non-US \ and | (Typically near the Left-Shift key) */
KC_APPLICATION, KC_APPLICATION,
KC_POWER, KC_POWER,
KC_KP_EQUAL, KC_KP_EQUAL,

Cargando…
Cancelar
Guardar