|
|
@ -140,10 +140,10 @@ EventHandlerResult TypingBreaks::onFocusEvent(const char *command) {
|
|
|
|
} subCommand;
|
|
|
|
} subCommand;
|
|
|
|
|
|
|
|
|
|
|
|
if (::Focus.handleHelp(command, PSTR("typingbreaks.idleTimeLimit\n"
|
|
|
|
if (::Focus.handleHelp(command, PSTR("typingbreaks.idleTimeLimit\n"
|
|
|
|
"typingbreaks.lockTimeOut\n"
|
|
|
|
"typingbreaks.lockTimeOut\n"
|
|
|
|
"typingbreaks.lockLength\n"
|
|
|
|
"typingbreaks.lockLength\n"
|
|
|
|
"typingbreaks.leftMaxKeys\n"
|
|
|
|
"typingbreaks.leftMaxKeys\n"
|
|
|
|
"typingbreaks.rightMaxKeys")))
|
|
|
|
"typingbreaks.rightMaxKeys")))
|
|
|
|
return EventHandlerResult::OK;
|
|
|
|
return EventHandlerResult::OK;
|
|
|
|
|
|
|
|
|
|
|
|
if (strncmp_P(command, PSTR("typingbreaks."), 13) != 0)
|
|
|
|
if (strncmp_P(command, PSTR("typingbreaks."), 13) != 0)
|
|
|
|