qmk_firmware/layouts/community/ortho_4x12/mguterl/readme.md
Michael Guterl d99f6e95e1 [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
2019-10-22 10:41:14 -07:00

21 lines
648 B
Markdown

# 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
```