mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08: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
|