diff options
author | Florian Didron <fdidron@users.noreply.github.com> | 2019-04-23 08:43:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 08:43:47 +0900 |
commit | c3a160bf721b4ec428ec389b696784c27d1d2e42 (patch) | |
tree | f795b3e6d2ababc896defffdfb1563b3ffdff8de /quantum/rgblight_post_config.h | |
parent | 28cbf7c352c9cb064d9054cd94cd2333fc07ad4a (diff) | |
parent | 70945f1146a035da81f2545671f4768a2e97847b (diff) |
Merge branch 'master' into feature/oled_driver
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 |