]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/arm/usb_desc.c
Adding support for kll 0.3d
[kiibohd-controller.git] / Output / pjrcUSB / arm / usb_desc.c
index 70ece51ca7345bc5ab52b936fffd28b28c7f7fea..ee278e80ec3b26c8b2488bb8e4993fe017e50647 100644 (file)
@@ -300,7 +300,7 @@ static uint8_t sys_ctrl_report_desc[] = {
        0x26, 0x9C, 0x02,    //   Logical Maximum (668),
        0x05, 0x0C,          //   Usage Page (Consumer),
        0x19, 0x01,          //   Usage Minimum (1),
-       0x2A, 0x9C, 0x02,    //   Usage Maximum (668),
+       0x2A, 0x9D, 0x02,    //   Usage Maximum (669),
        0x81, 0x00,          //   Input (Data, Array),
        0xc0,                // End Collection - Consumer Control
 };