~ruther/qmk_firmware

ref: 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 qmk_firmware/users/jdelkins/rules.mk -rw-r--r-- 356 bytes
5d2f2af1 — Ryan OLED: driver naming cleanups (#21710) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRC += jdelkins.c

ifneq ($(strip $(NO_SECRETS)),)
	OPT_DEFS += -DNO_SECRETS
endif

ifeq ($(shell test -f users/jdelkins/secrets.h.gpg && echo yes || echo no),yes)
users/jdelkins/jdelkins.c: users/jdelkins/secrets.h
	touch $@

users/jdelkins/secrets.h: users/jdelkins/secrets.h.gpg
	gpg -d $< >$@
endif

BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite