summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorDidier Chagniot <didierchagniot@googlemail.com>2016-11-20 20:51:05 +0100
committerDidier Chagniot <didierchagniot@googlemail.com>2016-11-20 20:51:05 +0100
commit6f24344be78985be5eb2f6e75f1dee546f539646 (patch)
tree7a883d6996c2c0d32591920d45a01c0ce20eb0dc /keyboards
parent83b6dd0cd6f055d99d3a11690ccc81b908a0aa4c (diff)
downloadqmk_firmware-6f24344be78985be5eb2f6e75f1dee546f539646.tar.gz
qmk_firmware-6f24344be78985be5eb2f6e75f1dee546f539646.tar.xz
typo fix
Diffstat (limited to 'keyboards')
-rwxr-xr-xkeyboards/ergodox/keymaps/dvorak_emacs/keymap.c2
-rw-r--r--keyboards/ergodox/keymaps/dvorak_emacs/readme.md36
2 files changed, 19 insertions, 19 deletions
diff --git a/keyboards/ergodox/keymaps/dvorak_emacs/keymap.c b/keyboards/ergodox/keymaps/dvorak_emacs/keymap.c
index 4cb11a56f..d33c6e527 100755
--- a/keyboards/ergodox/keymaps/dvorak_emacs/keymap.c
+++ b/keyboards/ergodox/keymaps/dvorak_emacs/keymap.c
@@ -34,7 +34,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap 0: Base layer
* Keys with double values (like Esc/Ctrl) correspond to the 'tapped' key and the 'held' key, respectively
*
- * ,--------------------------------------------------. ,--------------------------------------------------.
+ * ,--------------------------------------------------. ,--------------------------------------------------.
* | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = / + |
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
* | ~ |" / ' |, / < |. / > | P | Y | [ | | ] | F | G | C | H | L | / / ? |
diff --git a/keyboards/ergodox/keymaps/dvorak_emacs/readme.md b/keyboards/ergodox/keymaps/dvorak_emacs/readme.md
index 0578f1e25..a3fc34afe 100644
--- a/keyboards/ergodox/keymaps/dvorak_emacs/readme.md
+++ b/keyboards/ergodox/keymaps/dvorak_emacs/readme.md
@@ -1,6 +1,6 @@
# Ergodox Dvorak Layout with emacs binding in mind
* Control & Alt key on the thumbs (activated if pressed with another key).
- * In the same way, "I" and "R" are the shift modifier if pressed with another key.
+ * In the same way, "U" and "R" are the shift modifier if pressed with another key.
* "I" and "D" set the layer 1 for the auxiliary keys if pressed with another key.
* Software layout set to english.
@@ -15,23 +15,23 @@ Keys with double values (like U/LSft) correspond to the 'tapped' key and the 'he
<pre><code>
,--------------------------------------------------. ,--------------------------------------------------.
- | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = |
- |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
- | ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / |
- |--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------|
- | Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - |
- |--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------|
- | {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft |
- `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
- | | | | | ~L1 | | ~L1 | | | \ | |
- `----------------------------------' `----------------------------------'
- ,-------------. ,-------------.
- | HOME | END | | LEFT | RIGHT|
- ,------|------|------| |------+--------+------.
- | BSPC | DEL | PGUP | | UP | SPACE |RETURN|
- | / | / |------| |------| / | / |
- | LCTL | LALT |PGDWN | | DOWN | LALT | LCTL |
- `--------------------' `----------------------'
+| | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = |
+|--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
+| ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / |
+|--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------|
+| Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - |
+|--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------|
+| {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft |
+`--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
+ | | | | | ~L1 | | ~L1 | | | \ | |
+ `----------------------------------' `----------------------------------'
+ ,-------------. ,-------------.
+ | HOME | END | | LEFT | RIGHT|
+ ,------|------|------| |------+--------+------.
+ | BSPC | DEL | PGUP | | UP | SPACE |RETURN|
+ | / | / |------| |------| / | / |
+ | LCTL | LALT |PGDWN | | DOWN | LALT | LCTL |
+ `--------------------' `----------------------'
</pre></code>