~ruther/qmk_firmware

ref: e01e3fc866f3d2da37cfdaf5cce5480f9410cc10 qmk_firmware/users/ishtob/rules.mk -rwxr-xr-x 173 bytes
e01e3fc8 — Jared Typo Correction in planck/rev7 readme.md (#21194) 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