1
0
Fork 0

Keymap: adding my personal userspace to QMK master (#3605)

* Adding my personal planck keymap

* Adding readme.md to my keymap

* Create my userspace

add users/ishtob/

* Moved macros off keymap

macros now exsists in my userspace, moved them off keyboard specific keymaps

* Create my userspace

add users/ishtob/

* rebase from main QMK repo
This commit is contained in:
ishtob 2018-08-10 11:30:21 -04:00 committed by Drashna Jaelre
parent feb5e4aaeb
commit fd0bd29a0a
10 changed files with 349 additions and 206 deletions

7
users/ishtob/rules.mk Executable file
View file

@ -0,0 +1,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