diff options
| -rw-r--r-- | quantum/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c index 473306c65..6cfbee3e0 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c | |||
| @@ -479,7 +479,7 @@ MATRIX_LOOP_END: | |||
| 479 | 479 | ||
| 480 | #ifdef OLED_ENABLE | 480 | #ifdef OLED_ENABLE |
| 481 | oled_task(); | 481 | oled_task(); |
| 482 | # ifndef OLED_DISABLE_TIMEOUT | 482 | # if OLED_TIMEOUT > 0 |
| 483 | // Wake up oled if user is using those fabulous keys or spinning those encoders! | 483 | // Wake up oled if user is using those fabulous keys or spinning those encoders! |
| 484 | # ifdef ENCODER_ENABLE | 484 | # ifdef ENCODER_ENABLE |
| 485 | if (matrix_changed || encoders_changed) oled_on(); | 485 | if (matrix_changed || encoders_changed) oled_on(); |
