Skip to content

Commit

Permalink
update lefty
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Oct 29, 2021
1 parent 872a3ea commit 680af55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion keyboards/lefty/lefty.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
#include "lefty.h"

#ifdef OLED_ENABLE
__attribute__((weak)) void oled_task_user(void) {
bool oled_task_kb(void) {
if (!oled_task_user()) {
return false;
}
// Host Keyboard Layer Status
oled_write_P(PSTR("Layer: "), false);

Expand Down

0 comments on commit 680af55

Please sign in to comment.