Skip to content

Commit

Permalink
OLED TIMEOUT 0 and OLED_DISABLE_TIMEOUT should behave the same (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JayceFayne authored Sep 9, 2021
1 parent 853e56d commit da81e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ void keyboard_task(void) {

#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();
Expand Down

0 comments on commit da81e5c

Please sign in to comment.