You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -759,6 +759,7 @@ Otherwise please add it to the [WIP section](#WIP) below.
759
759
1.[usbd-serial] - USB CDC-ACM class (serial) implementation - [github][37] - 
760
760
1.[usbd-hid] - USB HID class implementation - [github][38] - 
761
761
1.[usbd-hid-device] - USB HID class implementation without `unsafe` - [github][40] - 
762
+
1.[usbd-human-interface-device] - Batteries included embedded USB HID library for `usb-device`. Includes concrete Keyboard (boot and NKRO), Mouse and Consumer Control implementations as well as support for building your own HID classes - [github][65] - 
762
763
1.[usbd-midi] - USB MIDI class implementation - [github][41] - 
763
764
1.[usbd-webusb] - USB webUSB class implementation - [github][39] - 
0 commit comments