From 9d9d273d47c1c3beddabdd282e4cd0c2fd52509f Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 25 Nov 2018 11:07:28 -0500 Subject: Toggle LEDs only when layer key is pressed. Fixes interactions with NumPad plugin when there are no other LED effects present. --- src/Kaleidoscope-LayerHighlighter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Kaleidoscope-LayerHighlighter.h') diff --git a/src/Kaleidoscope-LayerHighlighter.h b/src/Kaleidoscope-LayerHighlighter.h index 65ae483..ba67395 100644 --- a/src/Kaleidoscope-LayerHighlighter.h +++ b/src/Kaleidoscope-LayerHighlighter.h @@ -10,9 +10,11 @@ class LayerHighlighter : public kaleidoscope::Plugin { uint8_t lockHue; kaleidoscope::EventHandlerResult onSetup(void); + kaleidoscope::EventHandlerResult onKeyswitchEvent(Key &mapped_key, byte row, byte col, uint8_t key_state); kaleidoscope::EventHandlerResult afterEachCycle(); private: const uint8_t layer; static byte row, col; + uint8_t savedLEDMode; }; -- cgit v1.2.3