diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-28 15:15:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 15:15:24 +1000 |
commit | cb23fe9fc1fa6e2219380228ae589f3d733ea4e6 (patch) | |
tree | 8383c0cbf24389a4bfad04880f13d1a7e0098366 /quantum/rgblight/rgblight_post_config.h | |
parent | 5a5015594f44f8b7f7d3c5bc43479c3e670656d6 (diff) | |
download | qmk_firmware-cb23fe9fc1fa6e2219380228ae589f3d733ea4e6.tar.gz qmk_firmware-cb23fe9fc1fa6e2219380228ae589f3d733ea4e6.zip |
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 |