diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index d689a9fbf..571dda4c5 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -981,7 +981,7 @@ void matrix_scan_quantum() { | |||
981 | #if defined(BACKLIGHT_ENABLE) | 981 | #if defined(BACKLIGHT_ENABLE) |
982 | # if defined(LED_MATRIX_ENABLE) | 982 | # if defined(LED_MATRIX_ENABLE) |
983 | led_matrix_task(); | 983 | led_matrix_task(); |
984 | # elif defined(BACKLIGHT_PIN) | 984 | # elif defined(BACKLIGHT_PIN) || defined(BACKLIGHT_PINS) |
985 | backlight_task(); | 985 | backlight_task(); |
986 | # endif | 986 | # endif |
987 | #endif | 987 | #endif |