~ruther/qmk_firmware

ref: e69b638756c80c0a26efa1959b611a04548a9f82 qmk_firmware/quantum/rgblight/rgblight_post_config.h -rw-r--r-- 184 bytes
e69b6387 — Joel Challis Migrate build target markers to keyboard.json - JK (#23588) 1 year, 7 months ago
                                                                                
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