~ruther/qmk_firmware

da81e5c7cd700cdb3ecd750ae8044f514fb65ca2 — JayceFayne 4 years ago 853e56d
`OLED TIMEOUT 0` and `OLED_DISABLE_TIMEOUT` should behave the same (#14302)

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

M quantum/keyboard.c
M quantum/keyboard.c => quantum/keyboard.c +1 -1
@@ 479,7 479,7 @@ MATRIX_LOOP_END:

#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();