aboutsummaryrefslogtreecommitdiff
path: root/quantum/led_matrix.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-06-08 19:07:33 +0000
committerQMK Bot <hello@qmk.fm>2021-06-08 19:07:33 +0000
commitd9add95037b0c0f394c4ca9885f645f8523c90d6 (patch)
tree4eaa3fd9b42390f06d2b634b140043a7d3968c34 /quantum/led_matrix.c
parent17d0fad7626aafef02b57156723414cb4d180d18 (diff)
parent9975e1771205beaa5b05d61c3c2c8e7afbcd3981 (diff)
downloadqmk_firmware-d9add95037b0c0f394c4ca9885f645f8523c90d6.tar.gz
qmk_firmware-d9add95037b0c0f394c4ca9885f645f8523c90d6.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/led_matrix.c')
-rw-r--r--quantum/led_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix.c b/quantum/led_matrix.c
index d612fbfa9..7e0fdf896 100644
--- a/quantum/led_matrix.c
+++ b/quantum/led_matrix.c
@@ -67,7 +67,7 @@ const led_point_t k_led_matrix_center = LED_MATRIX_CENTER;
67# define LED_DISABLE_TIMEOUT 0 67# define LED_DISABLE_TIMEOUT 0
68#endif 68#endif
69 69
70#if LED_DISABLE_WHEN_USB_SUSPENDED == false 70#if LED_DISABLE_WHEN_USB_SUSPENDED != 1
71# undef LED_DISABLE_WHEN_USB_SUSPENDED 71# undef LED_DISABLE_WHEN_USB_SUSPENDED
72#endif 72#endif
73 73