mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-05 20:05:36 +00:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
|
|
SRC += danielo515.c
|
||
|
|
|
||
|
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
||
|
|
SRC += combo.c
|
||
|
|
endif
|
||
|
|
|
||
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
||
|
|
SRC += tap_dance.c
|
||
|
|
endif
|