summaryrefslogtreecommitdiff
path: root/quantum/rgblight_post_config.h
blob: 3c14cb6109f7d819b704c3ba928e41fb960c2766 (plain)
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