mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
6 lines
83 B
Makefile
6 lines
83 B
Makefile
|
SRC += narze.c
|
||
|
|
||
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
||
|
SRC += superduper.c
|
||
|
endif
|