mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-02 13:48:21 +06:00
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
|