[Keymap] Fix onekey oled keymap (#15751)

master
Drashna Jaelre 2022-01-05 12:03:21 -08:00 committed by GitHub
parent 1c1e6fa47d
commit fda5d98242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;