Skip to content

Commit

Permalink
Add fix for my keymap ...
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Oct 29, 2021
1 parent 0bb72a9 commit 872a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/splitkb/zima/keymaps/drashna/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void keyboard_post_init_user(void) { oled_scroll_set_speed(0); }
bool oled_task_user(void) {
if (is_asleep) {
oled_off();
return;
return false;;
}

if (timer_elapsed32(oled_timer) < 30000) {
Expand Down

0 comments on commit 872a3ea

Please sign in to comment.