keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Fix HID_SET_IDLE #72

Closed algernon closed 3 years ago

algernon commented 3 years ago

Based on arduino/ArduinoCore-avr#422, we need to use wValueH rather than wValueL when handling the HID_SET_IDLE request, according to the USB spec.

Fixes #71.