1
0
Fork 0
qmk_firmware/users/ibnuda/rules.mk
2021-08-31 11:23:02 -07:00

9 lines
119 B
Makefile

COMBO_ENABLE = yes
CONSOLE_ENABLE = yes
SRC += ibnuda.c
ifeq ($(strip $(COMBO_ENABLE)), yes)
SRC += combo.c
endif