mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 10:21:31 -04:00
Show table representation of the 36 keys
This should match the Vial representation exactly (which also ignores stagger and splay).
This commit is contained in:
parent
79d48f6400
commit
ee91d5f9a6
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@ for background, although the final pin selection and trace routing changed):
|
||||||
| GP17 | | | | | | | | , | | | R1 | / | |
|
| GP17 | | | | | | | | , | | | R1 | / | |
|
||||||
| GP5 | | | | F | | | | | | | | P | L3 |
|
| GP5 | | | | F | | | | | | | | P | L3 |
|
||||||
|
|
||||||
The keys here are labeled as per Qwerty, with L1, L2, L3, R3, R2, and R1 for the thumbs.
|
The keys here are labeled as per Qwerty, with L1, L2, L3, R3, R2, and R1 for the thumbs:
|
||||||
|
|
||||||
|
| Q | W | E | R | T | | Y | I | O | U | P |
|
||||||
|
|:-:|:-:|:--:|:--:|:--:|:-:|:--:|:--:|:--:|:-:|:-:|
|
||||||
|
| A | S | D | F | G | | H | J | K | L | ; |
|
||||||
|
| Z | X | C | V | B | | N | M | , | . | / |
|
||||||
|
| | | L1 | L2 | L3 | | R3 | R2 | R1 | | |
|
||||||
|
|
||||||
The firmware follows the `LAYOUT_split_3x5_3` QMK community layout convention, making it much
|
The firmware follows the `LAYOUT_split_3x5_3` QMK community layout convention, making it much
|
||||||
easier to use with an existing layout like Miryoku.
|
easier to use with an existing layout like Miryoku.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue