blob: 048746c4b7dc7d0886031af8e77161aba7001192 (
plain) (
blame)
1
2
3
4
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
|