summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/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/atreus/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/atreus/keymaps/dvorak_42_key/README.md')
-rw-r--r--keyboards/atreus/keymaps/dvorak_42_key/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/atreus/keymaps/dvorak_42_key/README.md b/keyboards/atreus/keymaps/dvorak_42_key/README.md
new file mode 100644
index 000000000..45e3ab75c
--- /dev/null
+++ b/keyboards/atreus/keymaps/dvorak_42_key/README.md
@@ -0,0 +1,21 @@
+Overview
+========
+
+This is a dvorak based layout for the Atreus. Its basic key layout is similar to the ergodox_ez "dvorak_42_key" layout. In fact this layout was created for seamless switching between the Ergodox EZ and Atreus.
+
+How to build and flash
+----------------------
+
+to build;
+make atreus-dvorak_42_key
+
+to flash:
+avrdude -p atmega32u4 -c avr109 -U flash:w:atreus_dvorak_42_key.hex -P COM7
+
+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 \ No newline at end of file