mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-29 17:31:58 +00:00
7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
|
RGBLIGHT_ENABLE = yes # Use RGB underglow light
|
|
RGBLIGHT_DRIVER = custom
|
|
WS2812_DRIVER_REQUIRED = yes
|
|
|
|
SRC += indicator.c led_driver.c
|