summaryrefslogtreecommitdiff
path: root/hid/src/usb/keymap.h
diff options
context:
space:
mode:
authorMartin Funk <[email protected]>2020-09-20 23:04:52 +0200
committerMartin Funk <[email protected]>2020-09-20 23:04:52 +0200
commit3701a0a7421e96e9beedb9fe1a2a27c807fce2dc (patch)
tree0755af747b7a6486aa01289848daed41f7c2fd21 /hid/src/usb/keymap.h
parent7dd9895dda55e8a4d80d85dae4dca57dc7789b09 (diff)
Added missing no us key
Diffstat (limited to 'hid/src/usb/keymap.h')
-rw-r--r--hid/src/usb/keymap.h1
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;
}
}