diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index 520a1e5b..cfa6e502 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -66,10 +66,8 @@ bool ColormapEffect::focusHook(const char *command) { } bool ColormapEffect::focusHookLayerwise(const char *command) { - return ::LEDPaletteTheme.themeLayerFocusHandler(command, - PSTR("colormap.layer"), - map_base_, - max_layers_); + return ::LEDPaletteTheme.themeLayerFocusHandler(command, PSTR("colormap.layer"), + map_base_, max_layers_); } }