aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index 56a6a1a99..169883609 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -28,7 +28,11 @@
28#include "matrix.h" 28#include "matrix.h"
29#include "keymap.h" 29#include "keymap.h"
30#ifdef BACKLIGHT_ENABLE 30#ifdef BACKLIGHT_ENABLE
31 #include "backlight.h" 31 #ifdef LED_MATRIX_ENABLE
32 #include "led_matrix.h"
33 #else
34 #include "backlight.h"
35 #endif
32#endif 36#endif
33#ifdef RGBLIGHT_ENABLE 37#ifdef RGBLIGHT_ENABLE
34 #include "rgblight.h" 38 #include "rgblight.h"