diff options
| author | Ryan | 2021-06-28 07:15:24 +0200 |
|---|---|---|
| committer | GitHub | 2021-06-28 07:15:24 +0200 |
| commit | cb23fe9fc1fa6e2219380228ae589f3d733ea4e6 (patch) | |
| tree | 8383c0cbf24389a4bfad04880f13d1a7e0098366 /quantum/rgblight/rgblight_post_config.h | |
| parent | 5a5015594f44f8b7f7d3c5bc43479c3e670656d6 (diff) | |
Move RGBLight code into its own folder (#13312)
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 0000000000..3c14cb6109 --- /dev/null +++ b/quantum/rgblight/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 |