summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorJoshua Diamond <josh@windowoffire.com>2022-09-17 01:48:09 -0400
committerGitHub <noreply@github.com>2022-09-17 15:48:09 +1000
commita26f1ddafa05c04cc9446109db250c59f689b35a (patch)
tree5eb836bf0dd1959b9580fc18239c280e030ef965 /tmk_core
parent33c47fe0106b5b1ec307d81bc6ee92cce3be50d5 (diff)
Chromeos keycodes (#18212)
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/protocol/report.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/report.h b/tmk_core/protocol/report.h
index 735ccdb4a1..b4dbf92a8f 100644
--- a/tmk_core/protocol/report.h
+++ b/tmk_core/protocol/report.h
@@ -292,6 +292,10 @@ static inline uint16_t KEYCODE2CONSUMER(uint8_t key) {
return AL_CALCULATOR;
case KC_MY_COMPUTER:
return AL_LOCAL_BROWSER;
+ case KC_CONTROL_PANEL:
+ return AL_CONTROL_PANEL;
+ case KC_ASSISTANT:
+ return AL_ASSISTANT;
case KC_WWW_SEARCH:
return AC_SEARCH;
case KC_WWW_HOME: