qmk-firmwares/users/horrortroll/rules.mk

7 lines
133 B
Makefile
Raw Normal View History

VIA_ENABLE = yes
RGB_MATRIX_CUSTOM_USER = yes
ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
SRC += $(USER_PATH)/horrortroll.c
endif