[Keymap] Add userspace and personal keymaps (#7093)
authorMichael Guterl <michael@diminishing.org>
Tue, 22 Oct 2019 17:41:14 +0000 (10:41 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 22 Oct 2019 17:41:14 +0000 (10:41 -0700)
commitd99f6e95e15075ecab28090e1361e2581b70a517
treeb9fa93cd9d82a94b1e9439e1ad0c77912b988f31
parente214f2826e6cbb03f988916eeed10f250b77408c
[Keymap] Add userspace and personal keymaps (#7093)

* Add Planck keymap and custom keycodes to userspace

* Add Preonic keymap and extract common ortho layers and keycodes

* Add Leaf60 WKL keymap

* Add M60-A keymap

* Add Levinson keymap

* Fix links in personal readmes

* Use flash target

* Remove duplicate definition

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove superfluous line endings

* Planck and preonic encoder should have the same behavior

* Use higher level API

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Use layouts to reduce planck/levinson duplication

* Update flash instructions for levinson
19 files changed:
keyboards/foxlab/leaf60/universal/keymaps/mguterl/config.h [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/keymaps/mguterl/keymap.c [new file with mode: 0644]
keyboards/foxlab/leaf60/universal/keymaps/mguterl/readme.md [new file with mode: 0644]
keyboards/preonic/keymaps/mguterl/config.h [new file with mode: 0644]
keyboards/preonic/keymaps/mguterl/keymap.c [new file with mode: 0644]
keyboards/preonic/keymaps/mguterl/readme.md [new file with mode: 0644]
keyboards/preonic/keymaps/mguterl/rules.mk [new file with mode: 0644]
keyboards/wilba_tech/rama_works_m60_a/keymaps/mguterl/keymap.c [new file with mode: 0644]
keyboards/wilba_tech/rama_works_m60_a/keymaps/mguterl/readme.md [new file with mode: 0644]
keyboards/wilba_tech/rama_works_m60_a/keymaps/mguterl/rules.mk [new file with mode: 0644]
layouts/community/ortho_4x12/mguterl/config.h [new file with mode: 0644]
layouts/community/ortho_4x12/mguterl/keymap.c [new file with mode: 0644]
layouts/community/ortho_4x12/mguterl/readme.md [new file with mode: 0644]
layouts/community/ortho_4x12/mguterl/rules.mk [new file with mode: 0644]
users/mguterl/config.h [new file with mode: 0644]
users/mguterl/mguterl.c [new file with mode: 0644]
users/mguterl/mguterl.h [new file with mode: 0644]
users/mguterl/readme.md [new file with mode: 0644]
users/mguterl/rules.mk [new file with mode: 0644]