~ruther/qmk_firmware

ref: d2892685c52a8a0892b28872cfc43e8f7fa37465 qmk_firmware/users/ishtob/rules.mk -rwxr-xr-x 173 bytes
d2892685 — Olivia J [Keyboard] Add LGBTKL (#22331) 2 years ago
                                                                                
1
2
3
4
5
6
7
SRC += ishtob.c
ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
  SRC += macros_private.c
endif
ifeq ($(strip $(NO_SECRETS)), yes)
    OPT_DEFS += -DNO_SECRETS
endif