pull/389/head
James N. V. Cash 7 years ago
parent 456e1cb82b
commit ed3b211561

@ -66,10 +66,8 @@ bool ColormapEffect::focusHook(const char *command) {
} }
bool ColormapEffect::focusHookLayerwise(const char *command) { bool ColormapEffect::focusHookLayerwise(const char *command) {
return ::LEDPaletteTheme.themeLayerFocusHandler(command, return ::LEDPaletteTheme.themeLayerFocusHandler(command, PSTR("colormap.layer"),
PSTR("colormap.layer"), map_base_, max_layers_);
map_base_,
max_layers_);
} }
} }

Loading…
Cancel
Save