#usb-hid #hid #usb #usb-device #keyboard #mouse #usb-host

no-std usbd-human-interface-device

Batteries included embedded USB HID library for usb-device. Includes concrete Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes.

15 releases

0.5.0 Apr 13, 2024
0.4.5 Dec 29, 2023
0.4.4 Nov 17, 2023
0.4.3 Jul 14, 2023
0.2.1 Jun 12, 2022

#83 in Embedded development

Download history 4/week @ 2024-01-31 5/week @ 2024-02-07 39/week @ 2024-02-21 77/week @ 2024-02-28 25/week @ 2024-03-06 34/week @ 2024-03-13 9/week @ 2024-03-20 19/week @ 2024-03-27 57/week @ 2024-04-03 176/week @ 2024-04-10 103/week @ 2024-04-17 18/week @ 2024-04-24 3/week @ 2024-05-01

310 downloads per month
Used in owotility

MIT license

175KB
4.5K SLoC

Library build Example build Security audit

crates.io docs.rs

Batteries included embedded USB HID library for usb-device. Includes Keyboard (boot and NKRO), Mouse, Joystick and Consumer Control implementations as well as support for building your own HID classes.

Tested on the RP2040, but should work on any platform supported by usb-device.

Devices created with this library should work with any USB host. Tested on Windows, Linux, MacOS and Android.

Note: Managed interfaces that support HID idle, such as NKROBootKeyboardInterface and BootKeyboardInterface, require the UsbHidClass::tick() method calling every 1ms.

Features

  • Keyboard - boot compliant keyboard, boot compliant NKRO(N-Key Roll Over) keyboard
  • Mouse - boot compliant mouse, boot compliant mouse with scroll wheel and pan
  • Joystick - two axis joystick with eight buttons
  • Consumer Control - Media control device, generic consumer control device
  • Enums for the Consumer, Desktop, Game, Keyboard, LED, Simulation and Telephony HID usage pages
  • Support for multi-interface devices
  • Support for HID idle and HID protocol changing
  • Support for both single and multi report interfaces
  • Compatible with RTIC

Examples

See examples for demonstrations of how to use this library on the RP2040 (Raspberry Pi Pico)

Road map

  • Examples and testing for other micro-controllers such as the SAM D2x family.
  • Support for host device remote wakeup

Contact

https://github.com/dlkj/usbd-human-interface-device/issues

License

Distributed under the MIT License, see LICENSE.

Contributing

Contributions are welcome via pull requests

Acknowledgements

This library was inspired by existing rust USB libraries and the following sources of USB information:

Dependencies

~4MB
~79K SLoC