diff options
Diffstat (limited to 'quantum/rgblight/rgblight_post_config.h')
| -rw-r--r-- | quantum/rgblight/rgblight_post_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/rgblight/rgblight_post_config.h b/quantum/rgblight/rgblight_post_config.h new file mode 100644 index 000000000..3c14cb610 --- /dev/null +++ b/quantum/rgblight/rgblight_post_config.h | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #if defined(RGBLED_SPLIT) && !defined(RGBLIGHT_SPLIT) | ||
| 2 | // When RGBLED_SPLIT is defined, | ||
| 3 | // it is considered that RGBLIGHT_SPLIT is defined implicitly. | ||
| 4 | # define RGBLIGHT_SPLIT | ||
| 5 | #endif | ||
