diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index fb184ce7..ab62d575 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -57,7 +57,7 @@ void ColormapEffect::refreshAt(byte row, byte col) { EventHandlerResult ColormapEffect::onFocusEvent(const char *command) { return ::LEDPaletteTheme.themeFocusEvent(command, PSTR("colormap.map"), - map_base_, max_layers_); + map_base_, max_layers_); } }