Skip to content

Commit e433997

Browse files
committed
util: hid_descriptors: remove led fields from keyboard report
Signed-off-by: perigoso <perigoso@riseup.net>
1 parent f2f7571 commit e433997

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/util/hid_descriptors.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct keyboard_report {
5959
u8 modifiers;
6060
u8 reserved;
6161
u8 keys[6];
62-
u8 leds : 5;
6362
} __attribute__((__packed__));
6463

6564
/* HID keyboard report descriptor */

0 commit comments

Comments
 (0)