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_post_config.h | |
parent | 5a5015594f44f8b7f7d3c5bc43479c3e670656d6 (diff) |
Move RGBLight code into its own folder (#13312)
Diffstat (limited to 'quantum/rgblight_post_config.h')
-rw-r--r-- | quantum/rgblight_post_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/quantum/rgblight_post_config.h b/quantum/rgblight_post_config.h deleted file mode 100644 index 3c14cb6109..0000000000 --- a/quantum/rgblight_post_config.h +++ /dev/null @@ -1,5 +0,0 @@ -#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 |