[Keyboard] Fix missing return for oled task on Lefty (#15010)

master
Drashna Jaelre 2021-11-01 18:52:46 -07:00 committed by GitHub
parent 2173b5373c
commit 4bc1b12480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ bool oled_task_kb(void) {
oled_write_ln_P(PSTR("Undefined"), false);
}
return true;
}
#endif