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, 6 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index b4e4de174..d1f761f17 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -32,6 +32,12 @@
32#endif 32#endif
33#ifdef RGBLIGHT_ENABLE 33#ifdef RGBLIGHT_ENABLE
34 #include "rgblight.h" 34 #include "rgblight.h"
35#else
36 #ifdef RGB_MATRIX_ENABLE
37 /* dummy define RGBLIGHT_MODE_xxxx */
38 #define RGBLIGHT_H_DUMMY_DEFINE
39 #include "rgblight.h"
40 #endif
35#endif 41#endif
36 42
37#ifdef SPLIT_KEYBOARD 43#ifdef SPLIT_KEYBOARD