summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/mitch/readme.md
diff options
context:
space:
mode:
authorDavid Olsson <david.olsson@softhouse.se>2017-01-18 22:58:49 +0100
committerDavid Olsson <david.olsson@softhouse.se>2017-01-18 22:58:49 +0100
commitf35adb4f37965489b846468567f9dc65c5eec05a (patch)
tree1e8c5673cf99b056c70e1b7a45bd0799ffe14655 /keyboards/planck/keymaps/mitch/readme.md
parentd910b94a3c9101dbe89a877236346ede1751c0da (diff)
parent3d264adfc5e4538b57315cb8d3d429b9ed310f25 (diff)
downloadqmk_firmware-f35adb4f37965489b846468567f9dc65c5eec05a.tar.gz
qmk_firmware-f35adb4f37965489b846468567f9dc65c5eec05a.zip
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/planck/keymaps/mitch/readme.md')
-rw-r--r--keyboards/planck/keymaps/mitch/readme.md26
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.