Skip to content

Commit

Permalink
OLED TIMEOUT 0 and OLED_DISABLE_TIMEOUT should behave the same (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
JayceFayne authored and Billy Bryant committed Sep 29, 2021
1 parent ff0ab17 commit 54ff3f9
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 54ff3f9

Please sign in to comment.