summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md
diff options
context:
space:
mode:
authorlucwastiaux <luc.wastiaux@xsmail.com>2017-09-16 04:00:26 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-16 04:00:26 +0200
commit3e1f388bda5b3d8ad6daeb32de9cdc4e41a34d45 (patch)
tree96fb2864e8155d29420a494897762edd90597494 /keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md
parent7bcf3e2781c754eb2b5ac62ece1021bdcca783b6 (diff)
downloadqmk_firmware-3e1f388bda5b3d8ad6daeb32de9cdc4e41a34d45.tar.gz
qmk_firmware-3e1f388bda5b3d8ad6daeb32de9cdc4e41a34d45.tar.xz
Adding Ergodox EZ and Atreus Dvorak 42-key layouts (#1705)
* importing 42 key dvorak layout * added comment for build instructions * adding atreus dvorak 42 key layout * added readme * add readme * build instructions * additional MEH shortcuts
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md')
-rw-r--r--keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md b/keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md
new file mode 100644
index 000000000..18af2cdee
--- /dev/null
+++ b/keyboards/ergodox_ez/keymaps/dvorak_42_key/README.md
@@ -0,0 +1,17 @@
+Overview
+========
+
+This is a dvorak based layout for the Ergodox EZ. Its basic key layout is similar to the Atreus "dvorak_42_key" layout. In fact this layout was created for seamless switching between the Ergodox EZ and Atreus. On the base layer, the keys that don't exist on the Atreus are mapped to MEH shortcuts and can be interpreted by Autohotkey. This layout only makes use of the 42 keys that the Atreus also has for the main functionality.
+
+How to build
+------------
+make ergodox_ez-dvorak_42_key-teensy
+
+Layers
+------
+* BASE: basic dvorak layout
+* KEYNAV: arrow-key navigation. Momentary toggle held by thumb allows the right hand to navigate through text as well as copy/paste/cut, page up/page down
+* KEYSEL: similar to KEYNAV, except for shift-selection
+* COMBINED: this is a layer that combines numbers, brackets and special characters. !@#$%^&*( can be type by shift+COMBINED+1/2/3/etc..
+* MOUSE: mouse navigation, as well as browser tab-left/tab-right shortcuts
+* SHELL_NAV: Linux Bash shortcuts (move forward/backward in command line, move between screen windows, Ctrl+C, recall last argument, etc \ No newline at end of file