Files
zsa_qmk_firmware/keyboards/zsa/ergodox_ez/post_rules.mk
Drashna Jaelre 0be58d4b06 Fix issues with Ergodox EZ Shine LEDs (#400)
* Fix issues with Ergodox EZ Shine LEDs

* Get RGB Light working with newer driver model
2024-08-19 17:14:18 +07:00

7 lines
168 B
Makefile

include keyboards/zsa/common/features.mk
ifeq ($(RGBLIGHT_ENABLE),yes)
RGBLIGHT_DRIVER = custom
WS2812_DRIVER_REQUIRED = yes
SRC += rgblight_custom.c
endif