~ruther/qmk_firmware

ref: ca4541699915b37cd1f253bbed51854627efd2ce qmk_firmware/users/cameronjlarsen/rules.mk -rw-r--r-- 163 bytes
ca454169 — Dasky Remove extra led_matrix_indicators_user call (#22329) 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