mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
6 lines
115 B
Makefile
6 lines
115 B
Makefile
VIA_ENABLE = yes
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
|
SRC += rgb_matrix_user.c
|
|
endif |