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

This commit is contained in:
QMK Bot 2021-12-22 17:08:53 +00:00
commit 51bc051172

View File

@ -303,7 +303,7 @@ void suspend_power_down_user() {
bool oled_task_user(void) {
if (timer_elapsed32(oled_timer) > 30000) {
oled_off();
return;
return false;
}
#ifndef SPLIT_KEYBOARD
else { oled_on(); }