mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
7 lines
133 B
Makefile
7 lines
133 B
Makefile
|
VIA_ENABLE = yes
|
||
|
RGB_MATRIX_CUSTOM_USER = yes
|
||
|
|
||
|
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
|
||
|
SRC += $(USER_PATH)/horrortroll.c
|
||
|
endif
|