mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
6 lines
83 B
Makefile
6 lines
83 B
Makefile
|
SRC += narze.c
|
||
|
|
||
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
||
|
SRC += superduper.c
|
||
|
endif
|