Skip to content

Commit

Permalink
util: hid_descriptors: remove led fields from keyboard report
Browse files Browse the repository at this point in the history
Signed-off-by: perigoso <perigoso@riseup.net>
  • Loading branch information
perigoso committed May 15, 2022
1 parent d90c89d commit 62e4a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/hid_descriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ struct keyboard_report {
u8 modifiers;
u8 reserved;
u8 keys[6];
u8 leds : 5;
} __attribute__((__packed__));

/* HID keyboard report descriptor */
Expand Down

0 comments on commit 62e4a45

Please sign in to comment.