diff options
author | Michael Guterl <michael@diminishing.org> | 2019-10-22 10:41:14 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-22 10:41:14 -0700 |
commit | d99f6e95e15075ecab28090e1361e2581b70a517 (patch) | |
tree | b9fa93cd9d82a94b1e9439e1ad0c77912b988f31 /layouts/community/ortho_4x12/mguterl/readme.md | |
parent | e214f2826e6cbb03f988916eeed10f250b77408c (diff) | |
download | qmk_firmware-d99f6e95e15075ecab28090e1361e2581b70a517.tar.gz qmk_firmware-d99f6e95e15075ecab28090e1361e2581b70a517.zip |
[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
Diffstat (limited to 'layouts/community/ortho_4x12/mguterl/readme.md')
-rw-r--r-- | layouts/community/ortho_4x12/mguterl/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/mguterl/readme.md b/layouts/community/ortho_4x12/mguterl/readme.md new file mode 100644 index 0000000000..d1328c9aa5 --- /dev/null +++ b/layouts/community/ortho_4x12/mguterl/readme.md @@ -0,0 +1,20 @@ +# Michael Guterl's Ortho 4x12 Layout + +I use this layout for both my Planck and Levinson. I also have a very similar +[keymap](/keyboards/preonic/keymaps/mguterl) for my Preonic. + +Check out my [userspace](/users/mguterl) for the custom keycodes that are used +in keymap.c. + +At a very high level I use 4 layers: + +* Qwerty - Letters +* Util - Vimkeys for navigation and other convenient things +* Raise - Numbers and F keys +* Lower - Symbols + +```sh +make planck/rev5:mguterl:flash # For Planck rev5 or earlier and Planck Light +make planck/rev6:mguterl:flash # For Planck rev6 +make keebio/levinson/rev2:mguterl:dfu # For Levinson rev2 +``` |