[Keymap] Fix onekey oled keymap (#15751)
This commit is contained in:
parent
1c1e6fa47d
commit
fda5d98242
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue