9 lines
167 B
Makefile
9 lines
167 B
Makefile
|
SRC += sigul.c
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
|
||
|
ifneq ($(strip $(NO_SECRETS)), yes)
|
||
|
ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
|
||
|
SRC += secrets.c
|
||
|
endif
|
||
|
endif
|