diff options
author | Jonathan Lucas <CommandLineDesign@gmail.com> | 2016-07-23 18:44:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-23 18:44:01 -0700 |
commit | 4059a16118e3abbc9eab2241693c60a1f19811b5 (patch) | |
tree | ce711e757ab87d6d0b408d477b49e719b6d8f687 /tmk_core/protocol/lufa/descriptor.c | |
parent | 9ecf9073b96799e52a1f1c0d35b57177382902ce (diff) | |
parent | 8e1d96983aad19b3e4e72ece5db822e92d91342b (diff) |
Merge pull request #1 from jackhumbert/master
Update from parent
Diffstat (limited to 'tmk_core/protocol/lufa/descriptor.c')
-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), |