|
|
@ -43,7 +43,7 @@ class LEDPaletteTheme : public KaleidoscopePlugin {
|
|
|
|
static bool themeFocusHandler(const char *command, const char *expected_command,
|
|
|
|
static bool themeFocusHandler(const char *command, const char *expected_command,
|
|
|
|
uint16_t theme_base, uint8_t max_themes);
|
|
|
|
uint16_t theme_base, uint8_t max_themes);
|
|
|
|
|
|
|
|
|
|
|
|
static bool themeFocusHandlerLayerwise(const char *command,
|
|
|
|
static bool themeLayerFocusHandler(const char *command,
|
|
|
|
const char *expected_command,
|
|
|
|
const char *expected_command,
|
|
|
|
uint16_t theme_base,
|
|
|
|
uint16_t theme_base,
|
|
|
|
uint8_t max_themes);
|
|
|
|
uint8_t max_themes);
|
|
|
|