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 223846412..0675a90ac 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -33,9 +33,15 @@
33#ifdef RGBLIGHT_ENABLE 33#ifdef RGBLIGHT_ENABLE
34 #include "rgblight.h" 34 #include "rgblight.h"
35#endif 35#endif
36
37#ifdef SPLIT_KEYBOARD
38 #include "split_flags.h"
39#endif
40
36#ifdef RGB_MATRIX_ENABLE 41#ifdef RGB_MATRIX_ENABLE
37 #include "rgb_matrix.h" 42 #include "rgb_matrix.h"
38#endif 43#endif
44
39#include "action_layer.h" 45#include "action_layer.h"
40#include "eeconfig.h" 46#include "eeconfig.h"
41#include <stddef.h> 47#include <stddef.h>