mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-08 18:11:01 +06:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
|
RGB_MATRIX_DRIVER = WS2812
|
||
|
|
||
|
SRC += rgb_functions.c \
|
||
|
matrix.c
|
||
|
|
||
|
DEFERRED_EXEC_ENABLE = yes
|