Skip to content

Commit

Permalink
ST7565_TIMEOUT 0 and ST7565_DISABLE_TIMEOUT should behave the same (
Browse files Browse the repository at this point in the history
  • Loading branch information
JayceFayne authored Sep 9, 2021
1 parent da81e5c commit f3bef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void keyboard_task(void) {

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

0 comments on commit f3bef84

Please sign in to comment.