summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/mitch/readme.md
diff options
context:
space:
mode:
authorDamien2017-01-26 09:05:55 +0100
committerGitHub2017-01-26 09:05:55 +0100
commitb7b94bfb132aa5f2f79b587fcfa6b1197485db27 (patch)
tree4cae966728b7b6baf101a7ab2b95eeff16cce141 /keyboards/planck/keymaps/mitch/readme.md
parentf91f0a715d51286064bfe808b0d463878a6d3588 (diff)
parentaac7c0aa4db6b27f4c8d8f3849f8fd41f07e892a (diff)
Merge pull request #17 from qmk/master
Merged from QMK project
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 000000000..3869304f4
--- /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.