~ruther/qmk_firmware

f3bef84dace5d1d938f9d02be644bf421a4a3de1 — JayceFayne 4 years ago da81e5c
`ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)

1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/keyboard.c
M quantum/keyboard.c => quantum/keyboard.c +1 -1
@@ 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();