diff options
author | Mitch Lloyd <mitch.lloyd@gmail.com> | 2017-01-17 12:48:58 -0800 |
---|---|---|
committer | Mitch Lloyd <mitch.lloyd@gmail.com> | 2017-01-17 13:01:07 -0800 |
commit | 0815c7ae17cc19007c2074d178cb27476c5c6b83 (patch) | |
tree | 91fbd5db0bbfdaeb6252c2148e36e91725e1c058 /keyboards/planck/keymaps/mitch/readme.md | |
parent | 6f448856151572f5bee329e68842cdda867fa66b (diff) |
Update mitch layout for new keymaps
Diffstat (limited to 'keyboards/planck/keymaps/mitch/readme.md')
-rw-r--r-- | keyboards/planck/keymaps/mitch/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/mitch/readme.md b/keyboards/planck/keymaps/mitch/readme.md new file mode 100644 index 0000000000..3869304f44 --- /dev/null +++ b/keyboards/planck/keymaps/mitch/readme.md @@ -0,0 +1,26 @@ +## Flashing Keyboard + +1. Install `dfu` tools: + + brew tap osx-cross/avr + brew install avr-libc + brew install dfu-programmer + +2. Move to this directory. +3. Hit the reset button on the keyboard. +4. run `make dfu`. + +## The Keymap + +This keymap is designed for a rev3 Planck Keyboard. + +The default layer is QWERTY. The raise layer has a ten key on the right +and common programming punctuation on the left. The lower layer provides the +rest of the symbols, mostly mapped with the ten key numbers. + +The normal right shift key uses the `MT` macro to trigger Enter on tap and right +shift when held. + +This keymap sets the `PREVENT_STUCK_MODIFIERS` flag to avoid the occasional WTF +moments when using a modifier keys and accidentally releasing them after moving +to a new layer. |