aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Moses Diamond <josh@windowoffire.com>2020-05-02 20:24:11 -0400
committerGitHub <noreply@github.com>2020-05-03 10:24:11 +1000
commit2e6959ed874f19a5db9ee2b4db08c2bc9ec815d2 (patch)
tree54382dda1158bab0d96ed31cd7b5a9721d945f30
parentc482a2944bf5b025fd70fa9ee53fc2e12369d327 (diff)
downloadqmk_firmware-2e6959ed874f19a5db9ee2b4db08c2bc9ec815d2.tar.gz
qmk_firmware-2e6959ed874f19a5db9ee2b4db08c2bc9ec815d2.zip
Add some usages needed for ChromeOS hosts (#8996)
-rw-r--r--tmk_core/common/report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h
index 61ef6ea66..c2b1b7c71 100644
--- a/tmk_core/common/report.h
+++ b/tmk_core/common/report.h
@@ -69,6 +69,8 @@ enum consumer_usages {
69 AL_CALCULATOR = 0x192, 69 AL_CALCULATOR = 0x192,
70 AL_LOCAL_BROWSER = 0x194, 70 AL_LOCAL_BROWSER = 0x194,
71 AL_LOCK = 0x19E, 71 AL_LOCK = 0x19E,
72 AL_CONTROL_PANEL = 0x19F,
73 AL_ASSISTANT = 0x1CB,
72 // 15.16 Generic GUI Application Controls 74 // 15.16 Generic GUI Application Controls
73 AC_MINIMIZE = 0x206, 75 AC_MINIMIZE = 0x206,
74 AC_SEARCH = 0x221, 76 AC_SEARCH = 0x221,