|
@@ -31,7 +31,7 @@
|
|
|
#include "backlight.h"
|
|
|
#endif
|
|
|
#if !defined(RGBLIGHT_ENABLE) && !defined(RGB_MATRIX_ENABLE)
|
|
|
- #include "rgb.h"
|
|
|
+ #include "rgb.h"
|
|
|
#endif
|
|
|
#ifdef RGBLIGHT_ENABLE
|
|
|
#include "rgblight.h"
|
|
@@ -108,7 +108,9 @@ extern uint32_t default_layer_state;
|
|
|
#include "process_unicodemap.h"
|
|
|
#endif
|
|
|
|
|
|
-#include "process_tap_dance.h"
|
|
|
+#ifdef TAP_DANCE_ENABLE
|
|
|
+ #include "process_tap_dance.h"
|
|
|
+#endif
|
|
|
|
|
|
#ifdef PRINTING_ENABLE
|
|
|
#include "process_printer.h"
|