diff options
| author | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 | 
|---|---|---|
| committer | di0ib <git@porkhash.net> | 2016-08-07 20:20:16 -1000 | 
| commit | a36b2a0756761513a9853af78d61e8b666b34aa7 (patch) | |
| tree | a783cea131f5afe22788809a069b1a365a9c3fba /tmk_core/protocol/lufa | |
| parent | 8610481c372e9de02fe1ec7b77a9f3598a72a372 (diff) | |
| parent | 213cb2c24306e198e717fc162806201567666f36 (diff) | |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'tmk_core/protocol/lufa')
| -rw-r--r-- | tmk_core/protocol/lufa/descriptor.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tmk_core/protocol/lufa/descriptor.c b/tmk_core/protocol/lufa/descriptor.c index 850a20fdb3..539a58d66b 100644 --- a/tmk_core/protocol/lufa/descriptor.c +++ b/tmk_core/protocol/lufa/descriptor.c @@ -140,9 +140,9 @@ const USB_Descriptor_HIDReport_Datatype_t PROGMEM ExtrakeyReport[] =      HID_RI_USAGE(8, 0x80), /* System Control */      HID_RI_COLLECTION(8, 0x01), /* Application */          HID_RI_REPORT_ID(8, REPORT_ID_SYSTEM), -        HID_RI_LOGICAL_MINIMUM(16, 0x0001), +        HID_RI_LOGICAL_MINIMUM(16, 0x0081),          HID_RI_LOGICAL_MAXIMUM(16, 0x00B7), -        HID_RI_USAGE_MINIMUM(16, 0x0001), /* System Power Down */ +        HID_RI_USAGE_MINIMUM(16, 0x0081), /* System Power Down */          HID_RI_USAGE_MAXIMUM(16, 0x00B7), /* System Display LCD Autoscale */          HID_RI_REPORT_SIZE(8, 16),          HID_RI_REPORT_COUNT(8, 1), | 
