My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
qmk_firmware/users/cameronjlarsen/rules.mk

5 lines
163 B

CUSTOM_ONESHOT_ENABLE ?= no
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
SRC += $(USER_PATH)/features/oneshot.c
OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
endif