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

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

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

Loading…
Cancel
Save