[Keyboard] Fix compilation issues for Lime (#15116)
This commit is contained in:
parent
742d1a8b8e
commit
f879fbfb6d
2 changed files with 4 additions and 1 deletions
|
@ -463,7 +463,7 @@ bool showedJump = true;
|
|||
return OLED_ROTATION_270;
|
||||
}
|
||||
|
||||
void oled_task_user(void) {
|
||||
bool oled_task_user(void) {
|
||||
|
||||
/* Keyboard Pet Variables */
|
||||
current_wpm = get_current_wpm();
|
||||
|
@ -474,6 +474,7 @@ bool showedJump = true;
|
|||
} else {
|
||||
print_logo_narrow();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue