mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Add some usages needed for ChromeOS hosts (#8996)
This commit is contained in:
parent
c482a2944b
commit
2e6959ed87
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ enum consumer_usages {
|
||||||
AL_CALCULATOR = 0x192,
|
AL_CALCULATOR = 0x192,
|
||||||
AL_LOCAL_BROWSER = 0x194,
|
AL_LOCAL_BROWSER = 0x194,
|
||||||
AL_LOCK = 0x19E,
|
AL_LOCK = 0x19E,
|
||||||
|
AL_CONTROL_PANEL = 0x19F,
|
||||||
|
AL_ASSISTANT = 0x1CB,
|
||||||
// 15.16 Generic GUI Application Controls
|
// 15.16 Generic GUI Application Controls
|
||||||
AC_MINIMIZE = 0x206,
|
AC_MINIMIZE = 0x206,
|
||||||
AC_SEARCH = 0x221,
|
AC_SEARCH = 0x221,
|
||||||
|
|
Loading…
Reference in a new issue