diff --git a/src/kaleidoscope/plugin/LED-ActiveModColor.h b/src/kaleidoscope/plugin/LED-ActiveModColor.h index a75e4a0f..c9ec5f7e 100644 --- a/src/kaleidoscope/plugin/LED-ActiveModColor.h +++ b/src/kaleidoscope/plugin/LED-ActiveModColor.h @@ -37,6 +37,9 @@ class ActiveModColorEffect : public kaleidoscope::Plugin { EventHandlerResult beforeReportingState(); EventHandlerResult onLayerChange(); + EventHandlerResult onSetup() { + return onLayerChange(); + } private: static bool highlight_normal_modifiers_;