Skip to content

Commit

Permalink
Fix breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Nov 29, 2021
1 parent b024005 commit 6145d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/sofle/keymaps/keyhive_via/oled.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
return rotation;
}

void oled_task_user(void) {
bool oled_task_user(void) {
if (is_keyboard_master()) {
print_status_narrow();
} else {
render_logo();
}
return false;
}

#endif

0 comments on commit 6145d7a

Please sign in to comment.