minor keyboard feature request fixes
This commit is contained in:
parent
c197491272
commit
fcb32a5cf0
2 changed files with 5 additions and 0 deletions
|
|
@ -5,7 +5,11 @@
|
|||
KeyboardFeatureReport example
|
||||
|
||||
Shows how to use BootKeyboard with a modified Hyperion Lightpack device.
|
||||
This example also works with RawHID.
|
||||
Might only work under linux.
|
||||
https://github.com/tvdzwan/hyperion/pull/407
|
||||
https://github.com/tvdzwan/hyperion/wiki
|
||||
https://github.com/FastLED/FastLED
|
||||
|
||||
See HID Project documentation for more information.
|
||||
https://github.com/NicoHood/HID/wiki/RawHID-API
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ bool BootKeyboard_::setup(USBSetup& setup)
|
|||
disableFeatureReport();
|
||||
return true;
|
||||
}
|
||||
// TODO fake clear data?
|
||||
}
|
||||
|
||||
// Output (set led states)
|
||||
|
|
|
|||
Loading…
Reference in a new issue