forked from mirrors/qmk_firmware
Prototypist J-01 Rev1 Layout Additions (#20778)
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_65_xt_ansi_split_space_split_bs * add LAYOUT_65_xt_ansi_split_space * add LAYOUT_65_xt_ansi_split_bs * add LAYOUT_65_xt_ansi * add LAYOUT_65_xt_ansi_rwkl_split_bs * add LAYOUT_65_xt_ansi_rwkl * add LAYOUT_65_xt_ansi_wkl_split_bs * add LAYOUT_65_xt_ansi_wkl * add LAYOUT_65_xt_iso_split_space_split_bs * add LAYOUT_65_xt_iso_split_space * add LAYOUT_65_xt_iso_split_bs * add LAYOUT_65_xt_iso * add LAYOUT_65_xt_iso_rwkl_split_bs * add LAYOUT_65_xt_iso_rwkl * add LAYOUT_65_xt_iso_wkl_split_bs * add LAYOUT_65_xt_iso_wkl
This commit is contained in:
parent
7e2cbadb75
commit
aa75bc5374
2 changed files with 1673 additions and 82 deletions
File diff suppressed because it is too large
Load diff
31
keyboards/prototypist/j01/matrix_diagram.md
Normal file
31
keyboards/prototypist/j01/matrix_diagram.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Matrix Diagram for Prototypist J-01 Rev1
|
||||
|
||||
```
|
||||
┌───────┐
|
||||
2u Backspace │0F │
|
||||
└───────┘
|
||||
┌───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┐
|
||||
│00 │01 │ │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │0F │0G │ │0H │
|
||||
├───┼───┤ ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ├───┤ ┌─────┐
|
||||
│10 │11 │ │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1E │1F │ │1H │ │ │
|
||||
├───┼───┤ ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┤ ┌──┴┐2F │
|
||||
│20 │21 │ │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2C │2D │2F │ │2H │ │2E │ │
|
||||
├───┼───┤ ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┘ ├───┤ └───┴────┘
|
||||
│30 │31 │ │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3E │┌───┐│3H │ ISO Enter
|
||||
├───┼───┤ ├────┴┬──┴┬──┴──┬┴───┴───┼───┴───┴──┬┴───┴┬──┴┬──┴──┬───┘│3G │└───┘
|
||||
│40 │41 │ │42 │43 │44 │46 │48 │4B │4C │4D │┌───┼───┼───┐
|
||||
└───┴───┘ └─────┴───┴─────┴────────┴──────────┴─────┴───┴─────┘│4F │4G │4H │
|
||||
└───┴───┴───┘
|
||||
┌────────┐
|
||||
│32 │ 2.25u LShift
|
||||
└────────┘
|
||||
┌────┬───┬────┬───────────────────────┬────┬───┬────┐
|
||||
│42 │43 │44 │48 │4B │4C │4D │ "Standard" (6u Space)
|
||||
└────┴───┴────┴───────────────────────┴────┴───┴────┘
|
||||
┌─────┬─────┬───────────────────────────┬─────┬─────┐
|
||||
│42 │43 │48 │4C │4D │ WKL
|
||||
└─────┴─────┴───────────────────────────┴─────┴─────┘
|
||||
┌────┬────┬────┬────────────────────────┬─────┬─────┐
|
||||
│42 │43 │44 │48 │4C │4D │ RWKL
|
||||
└────┴────┴────┴────────────────────────┴─────┴─────┘
|
||||
```
|
Loading…
Reference in a new issue