1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2022-01-05 20:03:59 +00:00
commit 49d8d9ebf2

View file

@ -390,7 +390,7 @@ bool oled_task_user(void) {
// This mode is also forced when the screen update speed test is performed. // This mode is also forced when the screen update speed test is performed.
if (!need_update) { if (!need_update) {
if (test_mode != TEST_SLOW_UPDATE) { if (test_mode != TEST_SLOW_UPDATE) {
return; return false;
} }
} }
need_update = false; need_update = false;