added screen brightness keys
This commit is contained in:
parent
3c5000c4b6
commit
4249490ab3
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ enum ConsumerKeycode : uint16_t {
|
|||
MEDIA_VOLUME_DOWN = 0xEA,
|
||||
MEDIA_VOL_DOWN = 0xEA, // Alias
|
||||
|
||||
CONSUMER_BRIGHTNESS_UP = 0x006F,
|
||||
CONSUMER_BRIGHTNESS_DOWN = 0x0070,
|
||||
|
||||
CONSUMER_SCREENSAVER = 0x19e,
|
||||
|
||||
CONSUMER_PROGRAMMABLE_BUTTON_CONFIGURATION = 0x182,
|
||||
|
|
|
|||
Loading…
Reference in a new issue