mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-15 22:23:21 +00:00
1215fc2a78
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jpe230 <pablin.123.ra@gmail.com>
7 lines
116 B
Makefile
7 lines
116 B
Makefile
VIA_ENABLE = yes
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
|
SRC += rgb_matrix_user.c
|
|
endif
|