]> git.donarmstrong.com Git - qmk_firmware.git/commit
Creates a userspace for keymaps (#1559)
authorJack Humbert <jack.humb@gmail.com>
Sat, 21 Oct 2017 21:44:11 +0000 (11:44 -1000)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2017 21:44:11 +0000 (11:44 -1000)
commit06f196c589b3c8c70c6cda6e95db6d1a2bf6e80b
treea346452e61bf8047d18c9a6d4863cc4ac63a5717
parent9bb259b660925c7a5cd64b3a0a4484cdf757b504
Creates a userspace for keymaps (#1559)

* create a user space

* adds example

* document, add readme.md

* jackhumbert userspace, ergodox keymap
16 files changed:
build_keyboard.mk
docs/_summary.md
docs/feature_userspace.md [new file with mode: 0644]
layouts/community/ergodox/jack/config.h [deleted file]
layouts/community/ergodox/jack/keymap.c [deleted file]
layouts/community/ergodox/jackhumbert/config.h [new file with mode: 0644]
layouts/community/ergodox/jackhumbert/keymap.c [new file with mode: 0644]
users/_example/_example.c [new file with mode: 0644]
users/_example/_example.h [new file with mode: 0644]
users/_example/readme.md [new file with mode: 0644]
users/_example/rules.mk [new file with mode: 0644]
users/jackhumbert/jackhumbert.c [new file with mode: 0644]
users/jackhumbert/jackhumbert.h [new file with mode: 0644]
users/jackhumbert/readme.md [new file with mode: 0644]
users/jackhumbert/rules.mk [new file with mode: 0644]
users/readme.md [new file with mode: 0644]