~ruther/qmk_firmware

ref: ad4ecd6eb47dd3569cad8407fe85187362ffa9da qmk_firmware/users/cameronjlarsen/rules.mk -rw-r--r-- 163 bytes
ad4ecd6e — 4pplet Add Ratio60 PCB (#21609) 2 years ago
                                                                                
1
2
3
4
5
CUSTOM_ONESHOT_ENABLE ?= no
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
    SRC += $(USER_PATH)/features/oneshot.c
    OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
endif