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 195f578de..2958a0abd 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -27,9 +27,15 @@
27#ifdef BACKLIGHT_ENABLE 27#ifdef BACKLIGHT_ENABLE
28 #include "backlight.h" 28 #include "backlight.h"
29#endif 29#endif
30#if !defined(RGBLIGHT_ENABLE) && !defined(RGB_MATRIX_ENABLE)
31 #include "rgb.h"
32#endif
30#ifdef RGBLIGHT_ENABLE 33#ifdef RGBLIGHT_ENABLE
31 #include "rgblight.h" 34 #include "rgblight.h"
32#endif 35#endif
36#ifdef RGB_MATRIX_ENABLE
37 #include "rgb_matrix.h"
38#endif
33#include "action_layer.h" 39#include "action_layer.h"
34#include "eeconfig.h" 40#include "eeconfig.h"
35#include <stddef.h> 41#include <stddef.h>