[Keymap] Updates to jdelkins userspace and keymaps (#13216)

- Remove disused dz60/jdelkins_ss keymap
- Manage configured features for firmware size
- Improve build configuration for the secrets feature
- Various keymap tweaks
- Clean up formatting in various places
This commit is contained in:
Joel Elkins
2021-08-13 12:28:37 -07:00
committed by GitHub
parent ac3b9333d8
commit 2aeacf9db7
10 changed files with 326 additions and 566 deletions

View File

@@ -1,10 +1,15 @@
SRC += jdelkins.c
ifeq ($(strip $(NO_SECRETS)), yes)
OPT_DEFS += -DNO_SECRETS
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