Skip to content

Commit

Permalink
Add home row mod visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebra committed Jul 12, 2021
1 parent 74d83d9 commit e4c81e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This design originated from Programmer Dvorak and evolved overtime on an
Ergodox. The layout became more simplified and now is in a 36 key form
factor. The original ErgoDox layout can be found [here](https://configure.zsa.io/ergodox-ez/layouts/zLKjG/latest/0).

Dvorak aims to have keys pressed by alternative hands, this idea has
Dvorak aims to have keys pressed by alternate hands, this idea has
spread throughout this layout. It is the reasoning for brackets being
placed on opposite sides of the board and under dominant fingers on the
home row.
Expand Down Expand Up @@ -102,6 +102,7 @@ keyboard via `cmd-tab` (home row mod for `u` and outer thumb key).
| ; | < | > | P | Y | | F | G | C | R | L |
|------+------+------+------+------| |------+------+------+------+------|
| A | O | E | U | I | | D | H | T | N | S |
| SHIFT| CTRL | ALT | SUPER| HYPER| | MEH |SUPER | ALT | CTRL |SHIFT |
|------+------+------+------+------| |------+------+------+------+------|
| ' | Q | J | K | X | | B | M | W | V | Z |
`----------------------------------' `----------------------------------'
Expand Down
1 change: 1 addition & 0 deletions minidox/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* | ; | < | > | P | Y | | F | G | C | R | L |
* |------+------+------+------+------| |------+------+------+------+------|
* | A | O | E | U | I | | D | H | T | N | S |
* | SHIFT| CTRL | ALT | SUPER| HYPER| | MEH | SUPER| ALT | CTRL | SHIFT|
* |------+------+------+------+------| |------+------+------+------+------|
* | ' | Q | J | K | X | | B | M | W | V | Z |
* `----------------------------------' `----------------------------------'
Expand Down

0 comments on commit e4c81e4

Please sign in to comment.