amend alice* community_layouts in keyboards (#21846)

* add alice* to keyboards

* add seigaiha

* additions

* Update info.json

* revert wanderland

* add tgr/alice

* add matrix diagram.md
This commit is contained in:
Duncan Sutherland 2023-10-13 08:07:16 +01:00 committed by GitHub
parent 0477160109
commit 032b039d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 677 additions and 7 deletions

View file

@ -25,9 +25,10 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layout_aliases": {
"LAYOUT_all": "LAYOUT_alice_split_bs"
"layout_aliases": {
"LAYOUT_all": "LAYOUT_alice_split_bs"
},
"community_layouts": ["alice", "alice_split_bs"],
"layouts": {
"LAYOUT_alice": {
"layout": [

View file

@ -0,0 +1,24 @@
# Matrix Diagram for Linworks Dolice
```
┌───────┐
2u Backspace │17 │
└───────┘
┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
│00 │ │10 │01 │11 │02 │12 │03 │13 │ │14 │05 │15 │06 │16 │07 │17 │57 │
┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
│20 │ │30 │21 │22 │32 │23 │33 │ │24 │34 │25 │35 │26 │36 │27 │37 │
┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
│40 │ │50 │41 │42 │52 │43 │53 │ │44 │54 │45 │55 │46 │56 │47 │
└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
│70 │61 │62 │72 │63 │73 │ │64 │74 │65 │75 │66 │76 │67 │77 │
├─────┬──┴──┬┴───┴┬──┴───┴┬──┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
│80 │ │81 │82 │83 │ │84 │85 │ │87 │
└─────┘ └─────┴───────┴─────┘ └──────────┴─────┘ └─────┘
┌────────────┐
2.75u RShift │67 │
└────────────┘
┌─────────┬───┐
│82 │83 │ 2.25u-1u Left Space
└─────────┴───┘
```