summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quantum/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keyboard.c b/quantum/keyboard.c
index 6cfbee3e0b..b98fc64e45 100644
--- a/quantum/keyboard.c
+++ b/quantum/keyboard.c
@@ -491,7 +491,7 @@ MATRIX_LOOP_END:
#ifdef ST7565_ENABLE
st7565_task();
-# ifndef ST7565_DISABLE_TIMEOUT
+# if ST7565_TIMEOUT > 0
// Wake up display if user is using those fabulous keys or spinning those encoders!
# ifdef ENCODER_ENABLE
if (matrix_changed || encoders_changed) st7565_on();