pull/365/head
Jesse Vincent 6 years ago
parent ff791efd6a
commit 266e51d206

@ -184,9 +184,9 @@ EventHandlerResult FocusLEDCommand::onFocusEvent(const char *command) {
} subCommand;
if (::Focus.handleHelp(command, PSTR("led.at\n"
"led.setAll\n"
"led.mode\n"
"led.theme")))
"led.setAll\n"
"led.mode\n"
"led.theme")))
return EventHandlerResult::OK;
if (strncmp_P(command, PSTR("led."), 4) != 0)

@ -153,7 +153,7 @@ class LEDControl : public kaleidoscope::Plugin {
};
class FocusLEDCommand : public Plugin {
public:
public:
FocusLEDCommand() {}
EventHandlerResult onFocusEvent(const char *command);

Loading…
Cancel
Save