Module usbd_hid::hid_class

source ·
Expand description

Implements HID functionality for a usb-device device.

Structs

  • HIDClass provides an interface to declare, read & write HID reports.
  • Used to define specialized HID device settings Most commonly used to setup Boot Mode (6KRO) or Report Mode (NKRO) keyboards. Some OSs will also respect the HID locale setting of the keyboard to help choose the OS keyboard layout.

Enums