From 456e1cb82b7febc7c69d35b768e8c621012bc9ad Mon Sep 17 00:00:00 2001 From: "James N. V. Cash" Date: Mon, 13 Nov 2017 16:50:42 -0500 Subject: [PATCH] Update function call to keep in sync with other PR --- src/Kaleidoscope/Colormap.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Kaleidoscope/Colormap.cpp b/src/Kaleidoscope/Colormap.cpp index db639af1..520a1e5b 100644 --- a/src/Kaleidoscope/Colormap.cpp +++ b/src/Kaleidoscope/Colormap.cpp @@ -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_); } }