diff --git a/examples/KeyboardFeatureReport/KeyboardFeatureReport.ino b/examples/KeyboardFeatureReport/KeyboardFeatureReport.ino index f7148ea..5946924 100644 --- a/examples/KeyboardFeatureReport/KeyboardFeatureReport.ino +++ b/examples/KeyboardFeatureReport/KeyboardFeatureReport.ino @@ -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 diff --git a/src/SingleReport/BootKeyboard.cpp b/src/SingleReport/BootKeyboard.cpp index c132503..0261b41 100644 --- a/src/SingleReport/BootKeyboard.cpp +++ b/src/SingleReport/BootKeyboard.cpp @@ -158,6 +158,7 @@ bool BootKeyboard_::setup(USBSetup& setup) disableFeatureReport(); return true; } + // TODO fake clear data? } // Output (set led states)