diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-23 08:46:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 08:46:07 +0900 |
commit | d22fda3ca4e2c6fd82f1275ee2f59882371a1794 (patch) | |
tree | f6b0142e8eb195418110dd86e7622c679d3766e9 /quantum/rgblight_post_config.h | |
parent | 9f180afb25e2831f6640539b6ab1a3806abe6cee (diff) | |
parent | ff2838d2dd288537a8bf48d02872e8223b3ff7a3 (diff) |
Merge branch 'master' into mouse_keys
Diffstat (limited to 'quantum/rgblight_post_config.h')
-rw-r--r-- | quantum/rgblight_post_config.h | 5 |
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 |