mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
6 lines
186 B
C
6 lines
186 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
|