summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight_post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight_post_config.h')
-rw-r--r--quantum/rgblight_post_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/rgblight_post_config.h b/quantum/rgblight_post_config.h
new file mode 100644
index 000000000..048746c4b
--- /dev/null
+++ b/quantum/rgblight_post_config.h
@@ -0,0 +1,5 @@
+#if defined(RGBLED_SPLIT) && !defined(RGBLIGHT_SPLIT)
+ // When RGBLED_SPLIT is defined,
+ // it is considered that RGBLIGHT_SPLIT is defined implicitly.
+ #define RGBLIGHT_SPLIT
+#endif