forked from forks/qmk_firmware
910d603c65
* to ease the maintenance for some boards ibnuda has. * followed ridingqwerty's suggestion on 8821. * folloing drashna's suggestion on qmk's 8221. * following drashn's suggestion on qmk's 8211
15 lines
231 B
Makefile
15 lines
231 B
Makefile
COMBO_ENABLE = yes
|
|
COMMAND_ENABLE = yes
|
|
CONSOLE_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
SRC += ibnuda.c
|
|
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += tapdance.c
|
|
endif
|
|
|
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
|
SRC += combo.c
|
|
endif
|