Cypher rev5 Layout Additions (#20844)

* add matrix_diagram.md

* info.json: apply friendly formatting, phase 1

- use four-space indent

* info.json: apply friendly formatting, phase 2

- add key labels

* add LAYOUT_ansi_split_space_split_bs

* add LAYOUT_ansi_split_space

* add LAYOUT_ansi_6u_space_split_bs

* add LAYOUT_ansi_6u_space

* add LAYOUT_ansi_rwkl_split_bs

* add LAYOUT_ansi_rwkl

* add LAYOUT_ansi_wkl_split_bs

* add LAYOUT_ansi_wkl

* add LAYOUT_iso_split_space_split_bs

* add LAYOUT_iso_split_space

* add LAYOUT_iso_6u_space_split_bs

* add LAYOUT_iso_6u_space

* add LAYOUT_iso_rwkl_split_bs

* add LAYOUT_iso_rwkl

* add LAYOUT_iso_wkl_split_bs

* add LAYOUT_iso_wkl
This commit is contained in:
James Young 2023-05-10 23:39:10 -07:00 committed by GitHub
parent 01a77ec255
commit b684353abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1709 additions and 102 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,31 @@
# Matrix Diagram for Cypher rev5
```
┌───────┐
2u Backspace │53 │
└───────┘
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┐
│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │50 │51 │52 │53 │54 │ │55 │56 │57 │58 │
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ├───┼───┼───┼───┤ ┌─────┐ ┌───┐
│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │60 │61 │62 │63 │ │65 │66 │67 │68 │ │ │ │ │ 2u
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┼───┼───┤ ┌──┴┐73 │ │68 │ Numpad
│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │70 │71 │73 │ │75 │76 │77 │78 │ │72 │ │ │ │ Plus
├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┘ ├───┼───┼───┼───┤ └───┴────┘ ├───┤
│30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │80 │81 │82 │┌───┐│85 │86 │87 │88 │ ISO Enter │ │ 2u
├────┼───┴┬──┴─┬─┴───┴───┴┬──┴─┬─┴───┴──┬┴───┴┬──┴──┬───┘│83 │└───┼───┼───┼───┤ │88 │ Numpad
│40 │41 │42 │44 │46 │47 │90 │91 │┌───┼───┼───┐│96 │97 │98 │ │ │ Enter
└────┴────┴────┴──────────┴────┴────────┴─────┴─────┘│92 │93 │95 │└───┴───┴───┘ └───┘
└───┴───┴───┘
┌────────┐
│30 │ 2.25u LShift
└────────┘
┌─────┬─────┬───────────────────────────┬─────┬─────┐
│40 │42 │46 │90 │91 │ WKL
└─────┴─────┴───────────────────────────┴─────┴─────┘
┌────┬────┬────┬────────────────────────┬─────┬─────┐
│40 │41 │42 │46 │90 │91 │ RWKL
└────┴────┴────┴────────────────────────┴─────┴─────┘
┌────┬───┬────┬───────────────────────┬────┬───┬────┐
│40 │41 │42 │46 │49 │90 │91 │ 6u Space
└────┴───┴────┴───────────────────────┴────┴───┴────┘
```