minor keyboard feature request fixes

This commit is contained in:
NicoHood 2015-11-08 20:06:17 +01:00
parent c197491272
commit fcb32a5cf0
2 changed files with 5 additions and 0 deletions

View file

@ -5,7 +5,11 @@
KeyboardFeatureReport example KeyboardFeatureReport example
Shows how to use BootKeyboard with a modified Hyperion Lightpack device. Shows how to use BootKeyboard with a modified Hyperion Lightpack device.
This example also works with RawHID.
Might only work under linux. 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. See HID Project documentation for more information.
https://github.com/NicoHood/HID/wiki/RawHID-API https://github.com/NicoHood/HID/wiki/RawHID-API

View file

@ -158,6 +158,7 @@ bool BootKeyboard_::setup(USBSetup& setup)
disableFeatureReport(); disableFeatureReport();
return true; return true;
} }
// TODO fake clear data?
} }
// Output (set led states) // Output (set led states)