diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/quantum.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index bf159644a..9cd50b11d 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -634,12 +634,8 @@ void matrix_scan_quantum() { | |||
| 634 | matrix_scan_combo(); | 634 | matrix_scan_combo(); |
| 635 | #endif | 635 | #endif |
| 636 | 636 | ||
| 637 | #if defined(BACKLIGHT_ENABLE) | 637 | #ifdef LED_MATRIX_ENABLE |
| 638 | # if defined(LED_MATRIX_ENABLE) | ||
| 639 | led_matrix_task(); | 638 | led_matrix_task(); |
| 640 | # elif defined(BACKLIGHT_PIN) || defined(BACKLIGHT_PINS) | ||
| 641 | backlight_task(); | ||
| 642 | # endif | ||
| 643 | #endif | 639 | #endif |
| 644 | 640 | ||
| 645 | #ifdef RGB_MATRIX_ENABLE | 641 | #ifdef RGB_MATRIX_ENABLE |
