Преглед изворни кода

`OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)

JayceFayne пре 3 година
родитељ
комит
da81e5c7cd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      quantum/keyboard.c

+ 1 - 1
quantum/keyboard.c

@@ -479,7 +479,7 @@ MATRIX_LOOP_END:
 
 #ifdef OLED_ENABLE
     oled_task();
-#    ifndef OLED_DISABLE_TIMEOUT
+#    if OLED_TIMEOUT > 0
     // Wake up oled if user is using those fabulous keys or spinning those encoders!
 #        ifdef ENCODER_ENABLE
     if (matrix_changed || encoders_changed) oled_on();