Skip to content

Commit

Permalink
[Keymap] Fix onekey oled keymap (#15751)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 5, 2022
1 parent 1c1e6fa commit fda5d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/handwired/onekey/keymaps/oled/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ bool oled_task_user(void) {
// This mode is also forced when the screen update speed test is performed.
if (!need_update) {
if (test_mode != TEST_SLOW_UPDATE) {
return;
return false;
}
}
need_update = false;
Expand Down

0 comments on commit fda5d98

Please sign in to comment.