supported menu and numlock keys

This commit is contained in:
Devaev Maxim
2020-02-21 11:50:57 +03:00
parent b8b9bbe53a
commit b7419ecb3a
3 changed files with 13 additions and 4 deletions

View File

@@ -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;