added screen brightness keys

This commit is contained in:
Mariano Amado 2018-01-04 12:48:19 -03:00
parent 3c5000c4b6
commit 4249490ab3

View file

@ -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,