mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 02:17:38 +06:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
|
CUSTOM_ONESHOT_ENABLE ?= no
|
||
|
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
|
||
|
SRC += $(USER_PATH)/features/oneshot.c
|
||
|
OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
|
||
|
endif
|