forked from forks/qmk_firmware
9 lines
145 B
Makefile
9 lines
145 B
Makefile
|
#LEADER_ENABLE = yes
|
||
|
|
||
|
SRC += ridingqwerty.c \
|
||
|
process_records.c
|
||
|
|
||
|
ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
|
||
|
SRC += secrets.c
|
||
|
endif
|