Skip to content

Commit

Permalink
[Keyboard] Fix missing return for oled task on Lefty (#15010)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Nov 2, 2021
1 parent 2173b53 commit 4bc1b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/lefty/lefty.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ bool oled_task_kb(void) {
oled_write_ln_P(PSTR("Undefined"), false);
}

return true;
}
#endif

0 comments on commit 4bc1b12

Please sign in to comment.