X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=USB%2Fpjrc%2Fusb_keyboard_debug.c;h=1043e6ac1ebcb7369e0347d9d5215b4a3b670f10;hb=65366a4e7a4bdb204fcbc79271976461538cd45a;hp=6aec93f98ea3197aac0d5857148bc3c9f436320b;hpb=0ac4251e1670cf71862b2f648f691e86f4c74425;p=kiibohd-controller.git diff --git a/USB/pjrc/usb_keyboard_debug.c b/USB/pjrc/usb_keyboard_debug.c index 6aec93f..1043e6a 100644 --- a/USB/pjrc/usb_keyboard_debug.c +++ b/USB/pjrc/usb_keyboard_debug.c @@ -135,8 +135,8 @@ static const uint8_t PROGMEM keyboard_hid_report_desc[] = { }; static const uint8_t PROGMEM debug_hid_report_desc[] = { - 0x06, 0x30, 0xFF, // Usage Page 0xFF31 (vendor defined) - //0x06, 0x31, 0xFF, // Usage Page 0xFF31 (vendor defined) + //0x06, 0x30, 0xFF, // Usage Page 0xFF31 (vendor defined) + 0x06, 0x31, 0xFF, // Usage Page 0xFF31 (vendor defined) 0x09, 0x74, // Usage 0x74 0xA1, 0x53, // Collection 0x53 0x75, 0x08, // report size = 8 bits