Update function call to keep in sync with other PR

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

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

Loading…
Cancel
Save