8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 150db00 + e97b231 commit 5f318c3Copy full SHA for 5f318c3
shared-module/usb_hid/Device.c
@@ -51,14 +51,14 @@ static const uint8_t keyboard_report_descriptor[] = {
51
0x95, 0x01, // Report Count (1)
52
0x75, 0x08, // Report Size (8)
53
0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position)
54
- 0x95, 0x03, // Report Count (3)
+ 0x95, 0x05, // Report Count (5)
55
0x75, 0x01, // Report Size (1)
56
0x05, 0x08, // Usage Page (LEDs)
57
0x19, 0x01, // Usage Minimum (Num Lock)
58
0x29, 0x05, // Usage Maximum (Kana)
59
0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,Non-volatile)
60
61
- 0x75, 0x05, // Report Size (5)
+ 0x75, 0x03, // Report Size (3)
62
0x91, 0x01, // Output (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position,Non-volatile)
63
0x95, 0x06, // Report Count (6)
64
0 commit comments