typo fix
This commit is contained in:
parent
83b6dd0cd6
commit
6f24344be7
2 changed files with 19 additions and 19 deletions
|
@ -34,7 +34,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
/* Keymap 0: Base layer
|
/* Keymap 0: Base layer
|
||||||
* Keys with double values (like Esc/Ctrl) correspond to the 'tapped' key and the 'held' key, respectively
|
* 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 | = / + |
|
* | | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = / + |
|
||||||
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
* |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
||||||
* | ~ |" / ' |, / < |. / > | P | Y | [ | | ] | F | G | C | H | L | / / ? |
|
* | ~ |" / ' |, / < |. / > | P | Y | [ | | ] | F | G | C | H | L | / / ? |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Ergodox Dvorak Layout with emacs binding in mind
|
# Ergodox Dvorak Layout with emacs binding in mind
|
||||||
* Control & Alt key on the thumbs (activated if pressed with another key).
|
* 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.
|
* "I" and "D" set the layer 1 for the auxiliary keys if pressed with another key.
|
||||||
* Software layout set to english.
|
* 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>
|
<pre><code>
|
||||||
|
|
||||||
,--------------------------------------------------. ,--------------------------------------------------.
|
,--------------------------------------------------. ,--------------------------------------------------.
|
||||||
| | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = |
|
| | 1 | 2 | 3 | 4 | 5 | Esc | | Esc | 6 | 7 | 8 | 9 | 0 | = |
|
||||||
|--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
|--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
|
||||||
| ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / |
|
| ~ | ' | , | . | P | Y | [ | | ] | F | G | C | H | L | / |
|
||||||
|--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------|
|
|--------+------+------+------+------+------| { | | } |------+------+------+------+------+--------|
|
||||||
| Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - |
|
| Tab | A | O | E |U/LSft| I/L1 |------| |------| D/L1|R/RSft| T | N | S | - |
|
||||||
|--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------|
|
|--------+------+------+------+------+------| LGUI | | LGUI |------+------+------+------+------+--------|
|
||||||
| {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft |
|
| {/LSft | ; | Q | J | K | X | | | | B | M | W | V | Z | }/RSft |
|
||||||
`--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
|
`--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
|
||||||
| | | | | ~L1 | | ~L1 | | | \ | |
|
| | | | | ~L1 | | ~L1 | | | \ | |
|
||||||
`----------------------------------' `----------------------------------'
|
`----------------------------------' `----------------------------------'
|
||||||
,-------------. ,-------------.
|
,-------------. ,-------------.
|
||||||
| HOME | END | | LEFT | RIGHT|
|
| HOME | END | | LEFT | RIGHT|
|
||||||
,------|------|------| |------+--------+------.
|
,------|------|------| |------+--------+------.
|
||||||
| BSPC | DEL | PGUP | | UP | SPACE |RETURN|
|
| BSPC | DEL | PGUP | | UP | SPACE |RETURN|
|
||||||
| / | / |------| |------| / | / |
|
| / | / |------| |------| / | / |
|
||||||
| LCTL | LALT |PGDWN | | DOWN | LALT | LCTL |
|
| LCTL | LALT |PGDWN | | DOWN | LALT | LCTL |
|
||||||
`--------------------' `----------------------'
|
`--------------------' `----------------------'
|
||||||
|
|
||||||
</pre></code>
|
</pre></code>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue