summaryrefslogtreecommitdiff
path: root/hid/src/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid/src/keymap.h')
-rw-r--r--hid/src/keymap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hid/src/keymap.h b/hid/src/keymap.h
index ac7bc5ea..c66a454d 100644
--- a/hid/src/keymap.h
+++ b/hid/src/keymap.h
@@ -82,8 +82,10 @@ INLINE KeyboardKeycode keymap(uint8_t code) {
case 80: return KEY_LEFT_GUI;
case 78: return KEY_LEFT_SHIFT;
case 13: return KEY_M;
+ case 88: return KEY_MENU;
case 42: return KEY_MINUS;
case 14: return KEY_N;
+ case 87: return KEY_NUM_LOCK;
case 15: return KEY_O;
case 16: return KEY_P;
case 72: return KEY_PAGE_DOWN;