1
0
Fork 0

Move RGBLight code into its own folder (#13312)

This commit is contained in:
Ryan 2021-06-28 15:15:24 +10:00 committed by GitHub
parent 5a5015594f
commit cb23fe9fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 23 deletions

View file

@ -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