diff options
Diffstat (limited to 'hid/src/usb/keymap.h')
-rw-r--r-- | hid/src/usb/keymap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/usb/keymap.h b/hid/src/usb/keymap.h index 6c9d6073..35df2be4 100644 --- a/hid/src/usb/keymap.h +++ b/hid/src/usb/keymap.h @@ -134,6 +134,7 @@ INLINE KeyboardKeycode keymapUsb(uint8_t code) { case 103: return KEYPAD_0; case 104: return KEYPAD_DOT; case 105: return KEY_POWER; + case 106: return KEY_NON_US; default: return KEY_ERROR_UNDEFINED; } } |