From fcb32a5cf09a44292ceb2a2bda0c6e52b22c0282 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sun, 8 Nov 2015 20:06:17 +0100 Subject: [PATCH] minor keyboard feature request fixes --- examples/KeyboardFeatureReport/KeyboardFeatureReport.ino | 4 ++++ src/SingleReport/BootKeyboard.cpp | 1 + 2 files changed, 5 insertions(+) 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)