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 1ce4ce90..d1954d3a 100644 --- a/hid/src/usb/keymap.h +++ b/hid/src/usb/keymap.h @@ -133,6 +133,7 @@ KeyboardKeycode keymapUsb(uint8_t code) { case 104: return KEYPAD_DOT; case 105: return KEY_POWER; case 106: return KEY_NON_US; + case 107: return KEY_INTERNATIONAL3; default: return KEY_ERROR_UNDEFINED; } } |