Kegen G-Boy Layout Additions (#20697)

* add matrix_diagram.md

* info.json: apply friendly formatting

* patch diagram

* add LAYOUT_65_ansi_split_bs

* add LAYOUT_65_ansi

* add LAYOUT_65_ansi_rwkl_split_bs

* add LAYOUT_65_ansi_rwkl

* add LAYOUT_65_ansi_wkl_split_bs

* add LAYOUT_65_ansi_wkl

* add LAYOUT_65_iso_split_bs

* add LAYOUT_65_iso

* add LAYOUT_65_iso_rwkl_split_bs

* add LAYOUT_65_iso_rwkl

* add LAYOUT_65_iso_wkl_split_bs

* add LAYOUT_65_iso_wkl

* enable Community Layout support
This commit is contained in:
James Young 2023-05-03 20:45:13 -07:00 committed by GitHub
parent c13982e6ab
commit ef5bbe818a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1019 additions and 71 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,30 @@
# Matrix Diagram for Kegen G-Boy
```
┌───────┐
2u Backspace │0E │
└───────┘
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
│00 │01 │02 │03 │04 │05 │06 │07 │08 │09 │0A │0B │0C │0D │0E │0F │
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┼───┤ ┌─────┐
│10 │11 │12 │13 │14 │15 │16 │17 │18 │19 │1A │1B │1C │1D │1F │ │ │
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┼───┤ ┌──┴┐2D │
│20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │2B │2D │2F │ │2C │ │
├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┼───┤ └───┴────┘
│30 │31 │32 │33 │34 │35 │36 │37 │38 │39 │3A │3B │3C │3D │3F │ ISO Enter
├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬───┼───┼───┤
│40 │41 │42 │46 │49 │4A │4B │4C │4D │4E │
└────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
┌────────┐ ┌──────────┐
│30 │ 2.25u LShift 2.75u RShift │3C │
└────────┘ └──────────┘
┌────┬────┬────┬────────────────────────┬─────┬─────┐
│40 │41 │42 │46 │49 │4B │ RWKL
└────┴────┴────┴────────────────────────┴─────┴─────┘
┌─────┬─────┬───────────────────────────┬───┬───┬───┐
│40 │41 │46 │49 │4A │4B │ LWKL
└─────┴─────┴───────────────────────────┴───┴───┴───┘
┌─────┬─────┬───────────────────────────┬─────┬─────┐
│40 │41 │46 │49 │4B │ WKL
└─────┴─────┴───────────────────────────┴─────┴─────┘
```