mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-08 22:52:28 +00:00
7 lines
168 B
Makefile
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
|