Skip to content

Commit

Permalink
Merge pull request #127 from MarianoAmado/master
Browse files Browse the repository at this point in the history
Added screen brightness control keys
  • Loading branch information
NicoHood authored Jan 4, 2018
2 parents 3c5000c + 4249490 commit d4938dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HID-APIs/ConsumerAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4938dd

Please sign in to comment.