aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kaleidoscope-LayerHighlighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kaleidoscope-LayerHighlighter.h')
-rw-r--r--src/Kaleidoscope-LayerHighlighter.h2
1 files changed, 2 insertions, 0 deletions
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;
};