diff options
Diffstat (limited to 'quantum/keyboard.c')
-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 6cfbee3e0..b98fc64e4 100644 --- a/quantum/keyboard.c +++ b/quantum/keyboard.c | |||
@@ -491,7 +491,7 @@ MATRIX_LOOP_END: | |||
491 | 491 | ||
492 | #ifdef ST7565_ENABLE | 492 | #ifdef ST7565_ENABLE |
493 | st7565_task(); | 493 | st7565_task(); |
494 | # ifndef ST7565_DISABLE_TIMEOUT | 494 | # if ST7565_TIMEOUT > 0 |
495 | // Wake up display if user is using those fabulous keys or spinning those encoders! | 495 | // Wake up display if user is using those fabulous keys or spinning those encoders! |
496 | # ifdef ENCODER_ENABLE | 496 | # ifdef ENCODER_ENABLE |
497 | if (matrix_changed || encoders_changed) st7565_on(); | 497 | if (matrix_changed || encoders_changed) st7565_on(); |