diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-23 11:06:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 11:06:48 +0900 |
commit | 2d95c30c28f96c3f746479ddb04ace20e0724e7f (patch) | |
tree | afa9ad87406f7b267875553f2b6a695caf163dce /quantum/rgblight_post_config.h | |
parent | e0fe8edb2d2cfaeb800adb43579c383333333297 (diff) | |
parent | 7ca465911dda885b0ecba11c0757134f36085de6 (diff) |
Merge branch 'master' into fix/avr_gcc_compiler
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 |