Move RGBLight code into its own folder (#13312)
This commit is contained in:
parent
5a5015594f
commit
cb23fe9fc1
9 changed files with 16 additions and 23 deletions
5
quantum/rgblight/rgblight_post_config.h
Normal file
5
quantum/rgblight/rgblight_post_config.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue