Skip to content

Commit

Permalink
Merge pull request #6 from MinXuann/master
Browse files Browse the repository at this point in the history
Update oled_task_user code

Thanks for the PR! :)
  • Loading branch information
Rwarcards762 authored Aug 31, 2022
2 parents 578e098 + 3d7b3ef commit d1271d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,14 @@ static void render_anim(void) {
//
// OLED display rendering
//
void oled_task_user(void) {
bool oled_task_user(void) {
if (is_keyboard_master()) {
// Left side
render_status();
} else {
// Right side
render_anim();
}

return 0;
}

0 comments on commit d1271d6

Please sign in to comment.