summaryrefslogtreecommitdiff
path: root/quantum/rgblight_post_config.h
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-04-23 08:46:07 +0900
committerGitHub <noreply@github.com>2019-04-23 08:46:07 +0900
commitd22fda3ca4e2c6fd82f1275ee2f59882371a1794 (patch)
treef6b0142e8eb195418110dd86e7622c679d3766e9 /quantum/rgblight_post_config.h
parent9f180afb25e2831f6640539b6ab1a3806abe6cee (diff)
parentff2838d2dd288537a8bf48d02872e8223b3ff7a3 (diff)
Merge branch 'master' into mouse_keys
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 0000000000..048746c4b7
--- /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