diff options
| author | Didier Chagniot <didierchagniot@googlemail.com> | 2016-11-20 20:51:05 +0100 |
|---|---|---|
| committer | Didier Chagniot <didierchagniot@googlemail.com> | 2016-11-20 20:51:05 +0100 |
| commit | 6f24344be78985be5eb2f6e75f1dee546f539646 (patch) | |
| tree | 7a883d6996c2c0d32591920d45a01c0ce20eb0dc | |
| parent | 83b6dd0cd6f055d99d3a11690ccc81b908a0aa4c (diff) | |
| download | qmk_firmware-6f24344be78985be5eb2f6e75f1dee546f539646.tar.gz qmk_firmware-6f24344be78985be5eb2f6e75f1dee546f539646.zip | |
typo fix
| -rwxr-xr-x | keyboards/ergodox/keymaps/dvorak_emacs/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/ergodox/keymaps/dvorak_emacs/readme.md | 36 |
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] = { | |||
| 34 | /* Keymap 0: Base layer | 34 | /* Keymap 0: Base layer |
| 35 | * Keys with double values (like Esc/Ctrl) correspond to the 'tapped' key and the 'held' key, respectively | 35 | * Keys with double values (like Esc/Ctrl) correspond to the 'tapped' key and the 'held' key, respectively |
| 36 | * | 36 | * |
| 37 | * ,--------------------------------------------------. ,--------------------------------------------------. | 37 | * ,--------------------------------------------------. ,--------------------------------------------------. |
| 38 | * | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = / + | | 38 | * | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = / + | |
| 39 | * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------| | 39 | * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------| |
| 40 | * | ~ |" / ' |, / < |. / > | P | Y | [ | | ] | F | G | C | H | L | / / ? | | 40 | * | ~ |" / ' |, / < |. / > | 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 @@ | |||
| 1 | # Ergodox Dvorak Layout with emacs binding in mind | 1 | # Ergodox Dvorak Layout with emacs binding in mind |
| 2 | * Control & Alt key on the thumbs (activated if pressed with another key). | 2 | * Control & Alt key on the thumbs (activated if pressed with another key). |
| 3 | * In the same way, "I" and "R" are the shift modifier if pressed with another key. | 3 | * In the same way, "U" and "R" are the shift modifier if pressed with another key. |
| 4 | * "I" and "D" set the layer 1 for the auxiliary keys if pressed with another key. | 4 | * "I" and "D" set the layer 1 for the auxiliary keys if pressed with another key. |
| 5 | * Software layout set to english. | 5 | * Software layout set to english. |
| 6 | 6 | ||
| @@ -15,23 +15,23 @@ Keys with double values (like U/LSft) correspond to the 'tapped' key and the 'he | |||
| 15 | <pre><code> | 15 | <pre><code> |
| 16 | 16 | ||
| 17 | ,--------------------------------------------------. ,--------------------------------------------------. | 17 | ,--------------------------------------------------. ,--------------------------------------------------. |
| 18 | | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = | | 18 | | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = | |
| 19 | |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------| | 19 | |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------| |
| 20 | | ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / | | 20 | | ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / | |
| 21 | |--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------| | 21 | |--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------| |
| 22 | | Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - | | 22 | | Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - | |
| 23 | |--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------| | 23 | |--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------| |
| 24 | | {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft | | 24 | | {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft | |
| 25 | `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------' | 25 | `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------' |
| 26 | | | | | | ~L1 | | ~L1 | | | \ | | | 26 | | | | | | ~L1 | | ~L1 | | | \ | | |
| 27 | `----------------------------------' `----------------------------------' | 27 | `----------------------------------' `----------------------------------' |
| 28 | ,-------------. ,-------------. | 28 | ,-------------. ,-------------. |
| 29 | | HOME | END | | LEFT | RIGHT| | 29 | | HOME | END | | LEFT | RIGHT| |
| 30 | ,------|------|------| |------+--------+------. | 30 | ,------|------|------| |------+--------+------. |
| 31 | | BSPC | DEL | PGUP | | UP | SPACE |RETURN| | 31 | | BSPC | DEL | PGUP | | UP | SPACE |RETURN| |
| 32 | | / | / |------| |------| / | / | | 32 | | / | / |------| |------| / | / | |
| 33 | | LCTL | LALT |PGDWN | | DOWN | LALT | LCTL | | 33 | | LCTL | LALT |PGDWN | | DOWN | LALT | LCTL | |
| 34 | `--------------------' `----------------------' | 34 | `--------------------' `----------------------' |
| 35 | 35 | ||
| 36 | </pre></code> | 36 | </pre></code> |
| 37 | 37 | ||
