mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
5 lines
184 B
C
5 lines
184 B
C
#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
|