added power key to hids

This commit is contained in:
Devaev Maxim
2020-07-16 21:58:06 +03:00
parent 5613a7b2b5
commit 2f640b7a08
4 changed files with 16 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ INLINE KeyboardKeycode keymap(uint8_t code) {
case 69: return KEY_PAGE_UP;
case 85: return KEY_PAUSE;
case 51: return KEY_PERIOD;
case 105: return KEY_POWER;
case 66: return KEY_PRINT;
case 17: return KEY_Q;
case 48: return KEY_QUOTE;