wip: focus fix

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/1069/head
Gergely Nagy 3 years ago
parent ee36ed6929
commit 0cc060e4a4
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -50,6 +50,9 @@ EventHandlerResult CharShift::onSetup() {
EventHandlerResult CharShift::onNameQuery() {
return ::Focus.sendName(F("CharShift"));
}
EventHandlerResult CharShift::onFocusEvent(const char *command) {
return storage_->onFocusEvent(command);
}
// -----------------------------------------------------------------------------
EventHandlerResult CharShift::onKeyEvent(KeyEvent &event) {

Loading…
Cancel
Save