summaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-16 21:58:06 +0300
committerDevaev Maxim <[email protected]>2020-07-16 21:58:06 +0300
commit2f640b7a08a9de8707f18e12452763125e354105 (patch)
treea59f5432ea0a7bcf16e91db43cf93fb7174019a4 /hid
parent5613a7b2b5774a3d2b9773dd68880140f8e89d31 (diff)
added power key to hids
Diffstat (limited to 'hid')
-rw-r--r--hid/src/keymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/keymap.h b/hid/src/keymap.h
index fd74e488..8eeb16db 100644
--- a/hid/src/keymap.h
+++ b/hid/src/keymap.h
@@ -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;