mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-21 01:25:22 +02: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
|