]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Max out range for max compatibility
authorDrashna Jaelre <drashna@live.com>
Tue, 19 Feb 2019 03:00:19 +0000 (19:00 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 12 Apr 2019 20:55:59 +0000 (13:55 -0700)
tmk_core/protocol/arm_atsam/usb/udi_hid_kbd.c

index 467a284a4ae9703c06b49f21b5ad7a3190cd8ade..b715b702658a06ca9a417c331db3dfed3f195968 100644 (file)
@@ -109,9 +109,9 @@ UDC_DESC_STORAGE udi_hid_kbd_report_desc_t udi_hid_kbd_report_desc = {
         0x81, 0x02,     //   Input (Data, Variable, Absolute)
         0x81, 0x01,     //   Input (Constant)
         0x19, 0x00,     //   Usage Minimum (0)
-        0x29, 0xE7,     //   Usage Maximum (231)
+        0x29, 0xFF,     //   Usage Maximum (255)
         0x15, 0x00,     //   Logical Minimum (0)
-        0x25, 0xE7,     //   Logical Maximum (231)
+        0x25, 0xFF,     //   Logical Maximum (255)
         0x75, 0x08,     //   Report Size (8)
         0x95, 0x06,     //   Report Count (6)
         0x81, 0x00,     //   Input (Data, Array)