summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sutherland <dunk2k_2000@hotmail.com>2023-10-13 08:07:16 +0100
committerGitHub <noreply@github.com>2023-10-13 00:07:16 -0700
commit032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 (patch)
tree96d0e9e0143438ae231063a26b93ca2d85f31b5d
parent04771601091734454bb7d9734553abb1198a7ede (diff)
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
-rw-r--r--keyboards/kapcave/arya/info.json79
-rw-r--r--keyboards/kapcave/arya/matrix_diagram.md24
-rw-r--r--keyboards/linworks/dolice/info.json5
-rw-r--r--keyboards/linworks/dolice/matrix_diagram.md24
-rw-r--r--keyboards/tgr/alice/info.json81
-rw-r--r--keyboards/westm/westmergo/info.json1
-rw-r--r--keyboards/xelus/valor/rev1/info.json82
-rw-r--r--keyboards/xelus/valor/rev1/matrix_diagram.md24
-rw-r--r--keyboards/xelus/valor/rev2/info.json81
-rw-r--r--keyboards/xelus/valor/rev2/matrix_diagram.md21
-rw-r--r--keyboards/yiancardesigns/seigaiha/info.json241
-rw-r--r--keyboards/yiancardesigns/seigaiha/matrix_diagram.md21
12 files changed, 677 insertions, 7 deletions
diff --git a/keyboards/kapcave/arya/info.json b/keyboards/kapcave/arya/info.json
index 34246609e5..ebcb700150 100644
--- a/keyboards/kapcave/arya/info.json
+++ b/keyboards/kapcave/arya/info.json
@@ -25,8 +25,85 @@
25 }, 25 },
26 "processor": "STM32F072", 26 "processor": "STM32F072",
27 "bootloader": "stm32-dfu", 27 "bootloader": "stm32-dfu",
28 "community_layouts": ["alice_split_bs"], 28 "community_layouts": ["alice", "alice_split_bs"],
29 "layouts": { 29 "layouts": {
30 "LAYOUT_alice": {
31 "layout": [
32 {"matrix": [8, 1], "x": 0.4, "y": 0},
33 {"matrix": [3, 6], "x": 1.55, "y": 0.1},
34 {"matrix": [3, 7], "x": 2.55, "y": 0.1},
35 {"matrix": [4, 6], "x": 3.55, "y": 0},
36 {"matrix": [4, 7], "x": 4.55, "y": 0.1},
37 {"matrix": [5, 6], "x": 5.55, "y": 0.1},
38 {"matrix": [5, 7], "x": 6.55, "y": 0.1},
39 {"matrix": [6, 6], "x": 7.55, "y": 0.1},
40
41 {"matrix": [6, 7], "x": 9.75, "y": 0.1},
42 {"matrix": [7, 6], "x": 10.75, "y": 0.1},
43 {"matrix": [7, 7], "x": 11.75, "y": 0.1},
44 {"matrix": [0, 6], "x": 12.75, "y": 0.1},
45 {"matrix": [0, 7], "x": 13.75, "y": 0},
46 {"matrix": [1, 7], "x": 14.75, "y": 0.1},
47 {"matrix": [2, 7], "x": 15.75, "y": 0.1, "w": 2},
48
49 {"matrix": [8, 0], "x": 0.2, "y": 1},
50 {"matrix": [3, 4], "x": 1.35, "y": 1.1, "w": 1.5},
51 {"matrix": [3, 5], "x": 2.85, "y": 1.1},
52 {"matrix": [4, 4], "x": 3.85, "y": 1.1},
53 {"matrix": [4, 5], "x": 4.85, "y": 1.1},
54 {"matrix": [5, 4], "x": 5.85, "y": 1.1},
55 {"matrix": [5, 5], "x": 6.85, "y": 1.1},
56
57 {"matrix": [6, 4], "x": 9.45, "y": 1.1},
58 {"matrix": [6, 5], "x": 10.45, "y": 1.1},
59 {"matrix": [7, 5], "x": 11.45, "y": 1.1},
60 {"matrix": [0, 5], "x": 12.45, "y": 1.1},
61 {"matrix": [1, 5], "x": 13.45, "y": 1.1},
62 {"matrix": [1, 6], "x": 14.45, "y": 1.1},
63 {"matrix": [2, 5], "x": 15.45, "y": 1.1},
64 {"matrix": [2, 4], "x": 16.45, "y": 1.1, "w": 1.5},
65
66 {"matrix": [8, 2], "x": 0, "y": 2},
67 {"matrix": [3, 2], "x": 1.15, "y": 2.1, "w": 1.75},
68 {"matrix": [3, 3], "x": 2.9, "y": 2.1},
69 {"matrix": [4, 3], "x": 3.9, "y": 2.1},
70 {"matrix": [5, 2], "x": 4.9, "y": 2.1},
71 {"matrix": [5, 3], "x": 5.9, "y": 2.1},
72 {"matrix": [6, 3], "x": 6.9, "y": 2.1},
73
74 {"matrix": [7, 3], "x": 9.9, "y": 2.1},
75 {"matrix": [7, 4], "x": 10.9, "y": 2.1},
76 {"matrix": [0, 3], "x": 11.9, "y": 2.1},
77 {"matrix": [0, 4], "x": 12.9, "y": 2.1},
78 {"matrix": [1, 3], "x": 13.9, "y": 2.1},
79 {"matrix": [1, 4], "x": 14.9, "y": 2.1},
80 {"matrix": [2, 3], "x": 15.9, "y": 2.1, "w": 2.25},
81
82 {"matrix": [3, 1], "x": 0.95, "y": 3.1, "w": 2.25},
83 {"matrix": [4, 1], "x": 3.2, "y": 3.1},
84 {"matrix": [4, 2], "x": 4.2, "y": 3.1},
85 {"matrix": [5, 1], "x": 5.2, "y": 3.1},
86 {"matrix": [6, 1], "x": 6.2, "y": 3.1},
87 {"matrix": [6, 2], "x": 7.2, "y": 3.1},
88
89 {"matrix": [7, 1], "x": 9.6, "y": 3.1},
90 {"matrix": [7, 2], "x": 10.6, "y": 3.1},
91 {"matrix": [0, 1], "x": 11.6, "y": 3.1},
92 {"matrix": [0, 2], "x": 12.6, "y": 3.1},
93 {"matrix": [1, 1], "x": 13.6, "y": 3.1},
94 {"matrix": [1, 2], "x": 14.6, "y": 3.1},
95 {"matrix": [2, 1], "x": 15.6, "y": 3.1, "w": 1.75},
96 {"matrix": [2, 2], "x": 17.35, "y": 3.1},
97
98 {"matrix": [3, 0], "x": 0.95, "y": 4.1, "w": 1.5},
99 {"matrix": [4, 0], "x": 3.85, "y": 4.1, "w": 1.5},
100 {"matrix": [5, 0], "x": 5.35, "y": 4.1, "w": 2},
101 {"matrix": [6, 0], "x": 7.35, "y": 4.1, "w": 1.25},
102 {"matrix": [0, 0], "x": 9.6, "y": 4.1, "w": 2.75},
103 {"matrix": [1, 0], "x": 12.35, "y": 4.1, "w": 1.5},
104 {"matrix": [2, 0], "x": 16.65, "y": 4.1, "w": 1.5}
105 ]
106 },
30 "LAYOUT_alice_split_bs": { 107 "LAYOUT_alice_split_bs": {
31 "layout": [ 108 "layout": [
32 {"matrix": [8, 1], "x": 0.4, "y": 0}, 109 {"matrix": [8, 1], "x": 0.4, "y": 0},
diff --git a/keyboards/kapcave/arya/matrix_diagram.md b/keyboards/kapcave/arya/matrix_diagram.md
new file mode 100644
index 0000000000..245cb9a079
--- /dev/null
+++ b/keyboards/kapcave/arya/matrix_diagram.md
@@ -0,0 +1,24 @@
1# Matrix Diagram for Kapcave Arya
2
3```
4 ┌───────┐
5 2u Backspace │27 │
6 └───────┘
7 ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
8 │81 │ │36 │37 │46 │47 │56 │57 │66 │ │67 │76 │77 │06 │07 │17 │26 │27 │
9 ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
10 │80 │ │34 │35 │44 │45 │54 │55 │ │64 │65 │75 │05 │15 │16 │25 │24 │
11┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
12│82 │ │32 │33 │43 │52 │53 │63 │ │73 │74 │03 │04 │13 │14 │23 │
13└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
14 │31 │41 │42 │51 │61 │62 │ │71 │72 │01 │02 │11 │12 │21 │22 │
15 ├─────┬──┴──┬┴───┴┬──┴───┴┬──┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
16 │30 │ │40 │50 │60 │ │00 │10 │ │20 │
17 └─────┘ └─────┴───────┴─────┘ └──────────┴─────┘ └─────┘
18 ┌────────────┐
19 2.75u RShift │21 │
20 └────────────┘
21 ┌─────────┬───┐
22 │50 │60 │ 2.25u-1u Left Space
23 └─────────┴───┘
24```
diff --git a/keyboards/linworks/dolice/info.json b/keyboards/linworks/dolice/info.json
index 9b4af12305..23fb708cf6 100644
--- a/keyboards/linworks/dolice/info.json
+++ b/keyboards/linworks/dolice/info.json
@@ -25,9 +25,10 @@
25 }, 25 },
26 "processor": "atmega32u4", 26 "processor": "atmega32u4",
27 "bootloader": "atmel-dfu", 27 "bootloader": "atmel-dfu",
28 "layout_aliases": { 28 "layout_aliases": {
29 "LAYOUT_all": "LAYOUT_alice_split_bs" 29 "LAYOUT_all": "LAYOUT_alice_split_bs"
30 }, 30 },
31 "community_layouts": ["alice", "alice_split_bs"],
31 "layouts": { 32 "layouts": {
32 "LAYOUT_alice": { 33 "LAYOUT_alice": {
33 "layout": [ 34 "layout": [
diff --git a/keyboards/linworks/dolice/matrix_diagram.md b/keyboards/linworks/dolice/matrix_diagram.md
new file mode 100644
index 0000000000..c89f8f8222
--- /dev/null
+++ b/keyboards/linworks/dolice/matrix_diagram.md
@@ -0,0 +1,24 @@
1# Matrix Diagram for Linworks Dolice
2
3```
4 ┌───────┐
5 2u Backspace │17 │
6 └───────┘
7 ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
8 │00 │ │10 │01 │11 │02 │12 │03 │13 │ │14 │05 │15 │06 │16 │07 │17 │57 │
9 ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
10 │20 │ │30 │21 │22 │32 │23 │33 │ │24 │34 │25 │35 │26 │36 │27 │37 │
11┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
12│40 │ │50 │41 │42 │52 │43 │53 │ │44 │54 │45 │55 │46 │56 │47 │
13└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
14 │70 │61 │62 │72 │63 │73 │ │64 │74 │65 │75 │66 │76 │67 │77 │
15 ├─────┬──┴──┬┴───┴┬──┴───┴┬──┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
16 │80 │ │81 │82 │83 │ │84 │85 │ │87 │
17 └─────┘ └─────┴───────┴─────┘ └──────────┴─────┘ └─────┘
18 ┌────────────┐
19 2.75u RShift │67 │
20 └────────────┘
21 ┌─────────┬───┐
22 │82 │83 │ 2.25u-1u Left Space
23 └─────────┴───┘
24```
diff --git a/keyboards/tgr/alice/info.json b/keyboards/tgr/alice/info.json
index 21932cebc6..722de6251a 100644
--- a/keyboards/tgr/alice/info.json
+++ b/keyboards/tgr/alice/info.json
@@ -41,11 +41,90 @@
41 }, 41 },
42 "processor": "atmega32a", 42 "processor": "atmega32a",
43 "bootloader": "bootloadhid", 43 "bootloader": "bootloadhid",
44 "community_layouts": ["alice_split_bs"], 44 "community_layouts": ["alice", "alice_split_bs"],
45 "layout_aliases": { 45 "layout_aliases": {
46 "LAYOUT": "LAYOUT_alice_split_bs" 46 "LAYOUT": "LAYOUT_alice_split_bs"
47 }, 47 },
48 "layouts": { 48 "layouts": {
49 "LAYOUT_alice": {
50 "layout": [
51 {"matrix": [5, 0], "x": 0, "y": 0},
52
53 {"matrix": [0, 0], "x": 1.25, "y": 0},
54 {"matrix": [0, 1], "x": 2.25, "y": 0},
55 {"matrix": [0, 2], "x": 3.25, "y": 0},
56 {"matrix": [0, 3], "x": 4.25, "y": 0},
57 {"matrix": [0, 4], "x": 5.25, "y": 0},
58 {"matrix": [0, 5], "x": 6.25, "y": 0},
59 {"matrix": [0, 6], "x": 7.25, "y": 0},
60
61 {"matrix": [0, 7], "x": 10.25, "y": 0},
62 {"matrix": [0, 8], "x": 11.25, "y": 0},
63 {"matrix": [0, 9], "x": 12.25, "y": 0},
64 {"matrix": [0, 10], "x": 13.25, "y": 0},
65 {"matrix": [0, 11], "x": 14.25, "y": 0},
66 {"matrix": [0, 12], "x": 15.25, "y": 0},
67 {"matrix": [0, 13], "x": 16.25, "y": 0, "w": 2},
68
69 {"matrix": [5, 1], "x": 0, "y": 1},
70
71 {"matrix": [1, 0], "x": 1.25, "y": 1, "w": 1.5},
72 {"matrix": [1, 1], "x": 2.75, "y": 1},
73 {"matrix": [1, 2], "x": 3.75, "y": 1},
74 {"matrix": [1, 3], "x": 4.75, "y": 1},
75 {"matrix": [1, 4], "x": 5.75, "y": 1},
76 {"matrix": [1, 5], "x": 6.75, "y": 1},
77
78 {"matrix": [1, 6], "x": 9.75, "y": 1},
79 {"matrix": [1, 7], "x": 10.75, "y": 1},
80 {"matrix": [1, 8], "x": 11.75, "y": 1},
81 {"matrix": [1, 9], "x": 12.75, "y": 1},
82 {"matrix": [1, 10], "x": 13.75, "y": 1},
83 {"matrix": [1, 11], "x": 14.75, "y": 1},
84 {"matrix": [1, 12], "x": 15.75, "y": 1},
85 {"matrix": [1, 13], "x": 16.75, "y": 1, "w": 1.5},
86
87 {"matrix": [5, 2], "x": 0, "y": 2},
88 {"matrix": [2, 0], "x": 1.25, "y": 2, "w": 1.75},
89 {"matrix": [2, 1], "x": 3, "y": 2},
90 {"matrix": [2, 2], "x": 4, "y": 2},
91 {"matrix": [2, 3], "x": 5, "y": 2},
92 {"matrix": [2, 4], "x": 6, "y": 2},
93 {"matrix": [2, 5], "x": 7, "y": 2},
94
95 {"matrix": [2, 6], "x": 10, "y": 2},
96 {"matrix": [2, 7], "x": 11, "y": 2},
97 {"matrix": [2, 8], "x": 12, "y": 2},
98 {"matrix": [2, 9], "x": 13, "y": 2},
99 {"matrix": [2, 10], "x": 14, "y": 2},
100 {"matrix": [2, 11], "x": 15, "y": 2},
101 {"matrix": [2, 12], "x": 16, "y": 2, "w": 2.25},
102
103 {"matrix": [3, 0], "x": 1.25, "y": 3, "w": 2.25},
104 {"matrix": [3, 1], "x": 3.5, "y": 3},
105 {"matrix": [3, 2], "x": 4.5, "y": 3},
106 {"matrix": [3, 3], "x": 5.5, "y": 3},
107 {"matrix": [3, 4], "x": 6.5, "y": 3},
108 {"matrix": [3, 5], "x": 7.5, "y": 3},
109
110 {"matrix": [3, 6], "x": 9.5, "y": 3},
111 {"matrix": [3, 7], "x": 10.5, "y": 3},
112 {"matrix": [3, 8], "x": 11.5, "y": 3},
113 {"matrix": [3, 9], "x": 12.5, "y": 3},
114 {"matrix": [3, 10], "x": 13.5, "y": 3},
115 {"matrix": [3, 11], "x": 14.5, "y": 3},
116 {"matrix": [3, 12], "x": 15.5, "y": 3, "w": 1.75},
117 {"matrix": [3, 13], "x": 17.25, "y": 3},
118
119 {"matrix": [4, 0], "x": 1.25, "y": 4, "w": 1.5},
120 {"matrix": [4, 1], "x": 4.25, "y": 4, "w": 1.5},
121 {"matrix": [4, 2], "x": 5.75, "y": 4, "w": 2},
122 {"matrix": [4, 3], "x": 7.75, "y": 4, "w": 1.25},
123 {"matrix": [4, 6], "x": 9.5, "y": 4, "w": 2.75},
124 {"matrix": [4, 7], "x": 12.25, "y": 4, "w": 1.5},
125 {"matrix": [4, 8], "x": 16.75, "y": 4, "w": 1.5}
126 ]
127 },
49 "LAYOUT_alice_split_bs": { 128 "LAYOUT_alice_split_bs": {
50 "layout": [ 129 "layout": [
51 {"matrix": [5, 0], "x": 0, "y": 0}, 130 {"matrix": [5, 0], "x": 0, "y": 0},
diff --git a/keyboards/westm/westmergo/info.json b/keyboards/westm/westmergo/info.json
index 6c2a87df22..de733b988a 100644
--- a/keyboards/westm/westmergo/info.json
+++ b/keyboards/westm/westmergo/info.json
@@ -33,6 +33,7 @@
33 "diode_direction": "COL2ROW", 33 "diode_direction": "COL2ROW",
34 "processor": "STM32F072", 34 "processor": "STM32F072",
35 "bootloader": "stm32-dfu", 35 "bootloader": "stm32-dfu",
36 "community_layouts": ["alice"],
36 "layouts": { 37 "layouts": {
37 "LAYOUT_alice": { 38 "LAYOUT_alice": {
38 "layout": [ 39 "layout": [
diff --git a/keyboards/xelus/valor/rev1/info.json b/keyboards/xelus/valor/rev1/info.json
index 324a57d180..a07e426978 100644
--- a/keyboards/xelus/valor/rev1/info.json
+++ b/keyboards/xelus/valor/rev1/info.json
@@ -34,11 +34,91 @@
34 "diode_direction": "COL2ROW", 34 "diode_direction": "COL2ROW",
35 "processor": "atmega32u4", 35 "processor": "atmega32u4",
36 "bootloader": "atmel-dfu", 36 "bootloader": "atmel-dfu",
37 "community_layouts": ["alice_split_bs"], 37 "community_layouts": ["alice", "alice_split_bs"],
38 "layout_aliases": { 38 "layout_aliases": {
39 "LAYOUT_all": "LAYOUT_alice_split_bs" 39 "LAYOUT_all": "LAYOUT_alice_split_bs"
40 }, 40 },
41 "layouts": { 41 "layouts": {
42 "LAYOUT_alice": {
43 "layout": [
44 {"matrix": [0, 0], "x": 0, "y": 0},
45
46 {"matrix": [0, 1], "x": 1.25, "y": 0},
47 {"matrix": [0, 2], "x": 2.25, "y": 0},
48 {"matrix": [0, 3], "x": 3.25, "y": 0},
49 {"matrix": [0, 4], "x": 4.25, "y": 0},
50 {"matrix": [0, 5], "x": 5.25, "y": 0},
51 {"matrix": [0, 6], "x": 6.25, "y": 0},
52 {"matrix": [0, 7], "x": 7.25, "y": 0},
53
54 {"matrix": [0, 8], "x": 10.25, "y": 0},
55 {"matrix": [0, 9], "x": 11.25, "y": 0},
56 {"matrix": [0, 10], "x": 12.25, "y": 0},
57 {"matrix": [0, 11], "x": 13.25, "y": 0},
58 {"matrix": [0, 12], "x": 14.25, "y": 0},
59 {"matrix": [0, 13], "x": 15.25, "y": 0},
60 {"matrix": [0, 14], "x": 16.25, "y": 0, "w": 2},
61
62 {"matrix": [1, 0], "x": 0, "y": 1},
63
64 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.5},
65 {"matrix": [1, 2], "x": 2.75, "y": 1},
66 {"matrix": [1, 3], "x": 3.75, "y": 1},
67 {"matrix": [1, 4], "x": 4.75, "y": 1},
68 {"matrix": [1, 5], "x": 5.75, "y": 1},
69 {"matrix": [1, 6], "x": 6.75, "y": 1},
70
71 {"matrix": [1, 7], "x": 9.75, "y": 1},
72 {"matrix": [1, 8], "x": 10.75, "y": 1},
73 {"matrix": [1, 9], "x": 11.75, "y": 1},
74 {"matrix": [1, 10], "x": 12.75, "y": 1},
75 {"matrix": [1, 11], "x": 13.75, "y": 1},
76 {"matrix": [1, 12], "x": 14.75, "y": 1},
77 {"matrix": [1, 13], "x": 15.75, "y": 1},
78 {"matrix": [1, 14], "x": 16.75, "y": 1, "w": 1.5},
79
80 {"matrix": [2, 0], "x": 0, "y": 2},
81
82 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75},
83 {"matrix": [2, 2], "x": 3, "y": 2},
84 {"matrix": [2, 3], "x": 4, "y": 2},
85 {"matrix": [2, 4], "x": 5, "y": 2},
86 {"matrix": [2, 5], "x": 6, "y": 2},
87 {"matrix": [2, 6], "x": 7, "y": 2},
88
89 {"matrix": [2, 7], "x": 10, "y": 2},
90 {"matrix": [2, 8], "x": 11, "y": 2},
91 {"matrix": [2, 9], "x": 12, "y": 2},
92 {"matrix": [2, 10], "x": 13, "y": 2},
93 {"matrix": [2, 11], "x": 14, "y": 2},
94 {"matrix": [2, 12], "x": 15, "y": 2},
95 {"matrix": [2, 13], "x": 16, "y": 2, "w": 2.25},
96
97 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
98 {"matrix": [3, 2], "x": 3.5, "y": 3},
99 {"matrix": [3, 3], "x": 4.5, "y": 3},
100 {"matrix": [3, 4], "x": 5.5, "y": 3},
101 {"matrix": [3, 5], "x": 6.5, "y": 3},
102 {"matrix": [3, 6], "x": 7.5, "y": 3},
103
104 {"matrix": [3, 7], "x": 9.5, "y": 3},
105 {"matrix": [3, 8], "x": 10.5, "y": 3},
106 {"matrix": [3, 9], "x": 11.5, "y": 3},
107 {"matrix": [3, 10], "x": 12.5, "y": 3},
108 {"matrix": [3, 11], "x": 13.5, "y": 3},
109 {"matrix": [3, 12], "x": 14.5, "y": 3},
110 {"matrix": [3, 13], "x": 15.5, "y": 3, "w": 1.75},
111 {"matrix": [3, 14], "x": 17.25, "y": 3},
112
113 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.5},
114 {"matrix": [4, 3], "x": 4.25, "y": 4, "w": 1.5},
115 {"matrix": [4, 5], "x": 5.75, "y": 4, "w": 2},
116 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25},
117 {"matrix": [4, 8], "x": 9.5, "y": 4, "w": 2.75},
118 {"matrix": [4, 10], "x": 12.25, "y": 4, "w": 1.5},
119 {"matrix": [4, 13], "x": 16.75, "y": 4, "w": 1.5}
120 ]
121 },
42 "LAYOUT_alice_split_bs": { 122 "LAYOUT_alice_split_bs": {
43 "layout": [ 123 "layout": [
44 {"matrix": [0, 0], "x": 0, "y": 0}, 124 {"matrix": [0, 0], "x": 0, "y": 0},
diff --git a/keyboards/xelus/valor/rev1/matrix_diagram.md b/keyboards/xelus/valor/rev1/matrix_diagram.md
new file mode 100644
index 0000000000..2c4e53a40b
--- /dev/null
+++ b/keyboards/xelus/valor/rev1/matrix_diagram.md
@@ -0,0 +1,24 @@
1# Matrix Diagram for Xelus Valor Rev. 1
2
3```
4 ┌───────┐
5 2u Backspace │0E │
6 └───────┘
7 ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
8 │00 │ │01 │02 │03 │04 │05 │06 │07 │ │08 │09 │0A │0B │0C │0D │0E │2E │
9 ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
10 │10 │ │11 │12 │13 │14 │15 │16 │ │17 │18 │19 │1A │1B │1C │1D │1E │
11┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
12│20 │ │21 │22 │23 │24 │25 │26 │ │27 │28 │29 │2A │2B │2C │2D │
13└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
14 │31 │32 │33 │34 │35 │36 │ │37 │38 │39 │3A │3B │3C │3D │3E │
15 ├─────┬──┴──┬┴───┴┬──┴───┴┬──┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
16 │41 │ │43 │45 │46 │ │48 │4A │ │4D │
17 └─────┘ └─────┴───────┴─────┘ └──────────┴─────┘ └─────┘
18 ┌────────────┐
19 2.75u RShift │3D │
20 └────────────┘
21 ┌─────────┬───┐
22 │45 │46 │ 2.25u-1u Left Space
23 └─────────┴───┘
24```
diff --git a/keyboards/xelus/valor/rev2/info.json b/keyboards/xelus/valor/rev2/info.json
index a8068eff89..cdb3bb9947 100644
--- a/keyboards/xelus/valor/rev2/info.json
+++ b/keyboards/xelus/valor/rev2/info.json
@@ -22,11 +22,90 @@
22 "diode_direction": "COL2ROW", 22 "diode_direction": "COL2ROW",
23 "processor": "STM32L422", 23 "processor": "STM32L422",
24 "bootloader": "stm32-dfu", 24 "bootloader": "stm32-dfu",
25 "community_layouts": ["alice_split_bs"], 25 "community_layouts": ["alice", "alice_split_bs"],
26 "layout_aliases": { 26 "layout_aliases": {
27 "LAYOUT_all": "LAYOUT_alice_split_bs" 27 "LAYOUT_all": "LAYOUT_alice_split_bs"
28 }, 28 },
29 "layouts": { 29 "layouts": {
30 "LAYOUT_alice": {
31 "layout": [
32 {"matrix": [0, 0], "x": 0, "y": 0},
33
34 {"matrix": [0, 1], "x": 1.25, "y": 0},
35 {"matrix": [0, 2], "x": 2.25, "y": 0},
36 {"matrix": [0, 3], "x": 3.25, "y": 0},
37 {"matrix": [0, 4], "x": 4.25, "y": 0},
38 {"matrix": [0, 5], "x": 5.25, "y": 0},
39 {"matrix": [0, 6], "x": 6.25, "y": 0},
40 {"matrix": [0, 7], "x": 7.25, "y": 0},
41
42 {"matrix": [0, 8], "x": 10.25, "y": 0},
43 {"matrix": [0, 9], "x": 11.25, "y": 0},
44 {"matrix": [0, 10], "x": 12.25, "y": 0},
45 {"matrix": [0, 11], "x": 13.25, "y": 0},
46 {"matrix": [0, 12], "x": 14.25, "y": 0},
47 {"matrix": [0, 13], "x": 15.25, "y": 0},
48 {"matrix": [0, 14], "x": 16.25, "y": 0, "w": 2},
49
50 {"matrix": [1, 0], "x": 0, "y": 1},
51
52 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.5},
53 {"matrix": [1, 2], "x": 2.75, "y": 1},
54 {"matrix": [1, 3], "x": 3.75, "y": 1},
55 {"matrix": [1, 4], "x": 4.75, "y": 1},
56 {"matrix": [1, 5], "x": 5.75, "y": 1},
57 {"matrix": [1, 6], "x": 6.75, "y": 1},
58
59 {"matrix": [1, 7], "x": 9.75, "y": 1},
60 {"matrix": [1, 8], "x": 10.75, "y": 1},
61 {"matrix": [1, 9], "x": 11.75, "y": 1},
62 {"matrix": [1, 10], "x": 12.75, "y": 1},
63 {"matrix": [1, 11], "x": 13.75, "y": 1},
64 {"matrix": [1, 12], "x": 14.75, "y": 1},
65 {"matrix": [1, 13], "x": 15.75, "y": 1},
66 {"matrix": [1, 14], "x": 16.75, "y": 1, "w": 1.5},
67
68 {"matrix": [2, 0], "x": 0, "y": 2},
69 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75},
70 {"matrix": [2, 2], "x": 3, "y": 2},
71 {"matrix": [2, 3], "x": 4, "y": 2},
72 {"matrix": [2, 4], "x": 5, "y": 2},
73 {"matrix": [2, 5], "x": 6, "y": 2},
74 {"matrix": [2, 6], "x": 7, "y": 2},
75
76 {"matrix": [2, 7], "x": 10, "y": 2},
77 {"matrix": [2, 8], "x": 11, "y": 2},
78 {"matrix": [2, 9], "x": 12, "y": 2},
79 {"matrix": [2, 10], "x": 13, "y": 2},
80 {"matrix": [2, 11], "x": 14, "y": 2},
81 {"matrix": [2, 12], "x": 15, "y": 2},
82 {"matrix": [2, 13], "x": 16, "y": 2, "w": 2.25},
83
84 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
85 {"matrix": [3, 2], "x": 3.5, "y": 3},
86 {"matrix": [3, 3], "x": 4.5, "y": 3},
87 {"matrix": [3, 4], "x": 5.5, "y": 3},
88 {"matrix": [3, 5], "x": 6.5, "y": 3},
89 {"matrix": [3, 6], "x": 7.5, "y": 3},
90
91 {"matrix": [3, 7], "x": 9.5, "y": 3},
92 {"matrix": [3, 8], "x": 10.5, "y": 3},
93 {"matrix": [3, 9], "x": 11.5, "y": 3},
94 {"matrix": [3, 10], "x": 12.5, "y": 3},
95 {"matrix": [3, 11], "x": 13.5, "y": 3},
96 {"matrix": [3, 12], "x": 14.5, "y": 3},
97 {"matrix": [3, 13], "x": 15.5, "y": 3, "w": 1.75},
98 {"matrix": [3, 14], "x": 17.25, "y": 3},
99
100 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.5},
101 {"matrix": [4, 3], "x": 4.25, "y": 4, "w": 1.5},
102 {"matrix": [4, 5], "x": 5.75, "y": 4, "w": 2},
103 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25},
104 {"matrix": [4, 8], "x": 9.5, "y": 4, "w": 2.75},
105 {"matrix": [4, 10], "x": 12.25, "y": 4, "w": 1.5},
106 {"matrix": [4, 13], "x": 16.75, "y": 4, "w": 1.5}
107 ]
108 },
30 "LAYOUT_alice_split_bs": { 109 "LAYOUT_alice_split_bs": {
31 "layout": [ 110 "layout": [
32 {"matrix": [0, 0], "x": 0, "y": 0}, 111 {"matrix": [0, 0], "x": 0, "y": 0},
diff --git a/keyboards/xelus/valor/rev2/matrix_diagram.md b/keyboards/xelus/valor/rev2/matrix_diagram.md
new file mode 100644
index 0000000000..b8a071af53
--- /dev/null
+++ b/keyboards/xelus/valor/rev2/matrix_diagram.md
@@ -0,0 +1,21 @@
1# Matrix Diagram for Xelus Valor Rev. 2
2
3```
4 ┌───────┐
5 2u Backspace │0E │
6 └───────┘
7 ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
8 │00 │ │01 │02 │03 │04 │05 │06 │07 │ │08 │09 │0A │0B │0C │0D │0E │2E │
9 ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
10 │10 │ │11 │12 │13 │14 │15 │16 │ │17 │18 │19 │1A │1B │1C │1D │1E │
11┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
12│20 │ │21 │22 │23 │24 │25 │26 │ │27 │28 │29 │2A │2B │2C │2D │
13└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
14 │31 │32 │33 │34 │35 │36 │ │37 │38 │39 │3A │3B │3C │3D │3E │
15 ├─────┬──┴──┬┴───┴┬──┴───┴──┬┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
16 │41 │ │43 │45 │46 │ │48 │4A │ │4D │
17 └─────┘ └─────┴─────────┴───┘ └──────────┴─────┘ └─────┘
18 ┌────────────┐
19 2.75u RShift │3D │
20 └────────────┘
21```
diff --git a/keyboards/yiancardesigns/seigaiha/info.json b/keyboards/yiancardesigns/seigaiha/info.json
index 26ab6ab528..91a0529e88 100644
--- a/keyboards/yiancardesigns/seigaiha/info.json
+++ b/keyboards/yiancardesigns/seigaiha/info.json
@@ -14,8 +14,247 @@
14 }, 14 },
15 "processor": "atmega328p", 15 "processor": "atmega328p",
16 "bootloader": "usbasploader", 16 "bootloader": "usbasploader",
17 "community_layouts": ["alice_split_bs"], 17 "community_layouts": ["alice", "alice_split_bs"],
18 "layouts": { 18 "layouts": {
19 "LAYOUT_alice": {
20 "layout": [
21 {"matrix": [1, 0], "x": 0, "y": 0},
22
23 {"matrix": [0, 0], "x": 1.25, "y": 0},
24 {"matrix": [0, 1], "x": 2.25, "y": 0},
25 {"matrix": [0, 2], "x": 3.25, "y": 0},
26 {"matrix": [0, 3], "x": 4.25, "y": 0},
27 {"matrix": [0, 4], "x": 5.25, "y": 0},
28 {"matrix": [0, 5], "x": 6.25, "y": 0},
29 {"matrix": [0, 6], "x": 7.25, "y": 0},
30
31 {"matrix": [0, 7], "x": 10.25, "y": 0},
32 {"matrix": [0, 8], "x": 11.25, "y": 0},
33 {"matrix": [0, 9], "x": 12.25, "y": 0},
34 {"matrix": [0, 10], "x": 13.25, "y": 0},
35 {"matrix": [0, 11], "x": 14.25, "y": 0},
36 {"matrix": [0, 12], "x": 15.25, "y": 0},
37 {"matrix": [0, 14], "x": 16.25, "y": 0, "w": 2},
38
39 {"matrix": [2, 0], "x": 0, "y": 1},
40
41 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.5},
42 {"matrix": [1, 2], "x": 2.75, "y": 1},
43 {"matrix": [1, 3], "x": 3.75, "y": 1},
44 {"matrix": [1, 4], "x": 4.75, "y": 1},
45 {"matrix": [1, 5], "x": 5.75, "y": 1},
46 {"matrix": [1, 6], "x": 6.75, "y": 1},
47
48 {"matrix": [1, 7], "x": 9.75, "y": 1},
49 {"matrix": [1, 8], "x": 10.75, "y": 1},
50 {"matrix": [1, 9], "x": 11.75, "y": 1},
51 {"matrix": [1, 10], "x": 12.75, "y": 1},
52 {"matrix": [1, 11], "x": 13.75, "y": 1},
53 {"matrix": [1, 12], "x": 14.75, "y": 1},
54 {"matrix": [1, 13], "x": 15.75, "y": 1},
55 {"matrix": [1, 14], "x": 16.75, "y": 1, "w": 1.5},
56
57 {"matrix": [3, 0], "x": 0, "y": 2},
58
59 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75},
60 {"matrix": [2, 2], "x": 3, "y": 2},
61 {"matrix": [2, 3], "x": 4, "y": 2},
62 {"matrix": [2, 4], "x": 5, "y": 2},
63 {"matrix": [2, 5], "x": 6, "y": 2},
64 {"matrix": [2, 6], "x": 7, "y": 2},
65
66 {"matrix": [2, 7], "x": 10, "y": 2},
67 {"matrix": [2, 8], "x": 11, "y": 2},
68 {"matrix": [2, 9], "x": 12, "y": 2},
69 {"matrix": [2, 10], "x": 13, "y": 2},
70 {"matrix": [2, 11], "x": 14, "y": 2},
71 {"matrix": [2, 12], "x": 15, "y": 2},
72 {"matrix": [2, 14], "x": 16, "y": 2, "w": 2.25},
73
74 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
75 {"matrix": [3, 2], "x": 3.5, "y": 3},
76 {"matrix": [3, 3], "x": 4.5, "y": 3},
77 {"matrix": [3, 4], "x": 5.5, "y": 3},
78 {"matrix": [3, 5], "x": 6.5, "y": 3},
79 {"matrix": [3, 6], "x": 7.5, "y": 3},
80
81 {"matrix": [3, 7], "x": 9.5, "y": 3},
82 {"matrix": [3, 8], "x": 10.5, "y": 3},
83 {"matrix": [3, 9], "x": 11.5, "y": 3},
84 {"matrix": [3, 10], "x": 12.5, "y": 3},
85 {"matrix": [3, 11], "x": 13.5, "y": 3},
86 {"matrix": [3, 12], "x": 14.5, "y": 3},
87 {"matrix": [3, 13], "x": 15.5, "y": 3, "w": 1.75},
88 {"matrix": [3, 14], "x": 17.25, "y": 3},
89
90 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.5},
91 {"matrix": [4, 3], "x": 4.25, "y": 4, "w": 1.5},
92 {"matrix": [4, 5], "x": 5.75, "y": 4, "w": 2},
93 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25},
94 {"matrix": [4, 8], "x": 9.5, "y": 4, "w": 2.75},
95 {"matrix": [4, 10], "x": 12.25, "y": 4, "w": 1.5},
96 {"matrix": [4, 14], "x": 16.75, "y": 4, "w": 1.5}
97 ]
98 },
99 "LAYOUT_alice_rshift": {
100 "layout": [
101 {"matrix": [1, 0], "x": 0, "y": 0},
102
103 {"matrix": [0, 0], "x": 1.25, "y": 0},
104 {"matrix": [0, 1], "x": 2.25, "y": 0},
105 {"matrix": [0, 2], "x": 3.25, "y": 0},
106 {"matrix": [0, 3], "x": 4.25, "y": 0},
107 {"matrix": [0, 4], "x": 5.25, "y": 0},
108 {"matrix": [0, 5], "x": 6.25, "y": 0},
109 {"matrix": [0, 6], "x": 7.25, "y": 0},
110
111 {"matrix": [0, 7], "x": 10.25, "y": 0},
112 {"matrix": [0, 8], "x": 11.25, "y": 0},
113 {"matrix": [0, 9], "x": 12.25, "y": 0},
114 {"matrix": [0, 10], "x": 13.25, "y": 0},
115 {"matrix": [0, 11], "x": 14.25, "y": 0},
116 {"matrix": [0, 12], "x": 15.25, "y": 0},
117 {"matrix": [0, 14], "x": 16.25, "y": 0, "w": 2},
118
119 {"matrix": [2, 0], "x": 0, "y": 1},
120
121 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.5},
122 {"matrix": [1, 2], "x": 2.75, "y": 1},
123 {"matrix": [1, 3], "x": 3.75, "y": 1},
124 {"matrix": [1, 4], "x": 4.75, "y": 1},
125 {"matrix": [1, 5], "x": 5.75, "y": 1},
126 {"matrix": [1, 6], "x": 6.75, "y": 1},
127
128 {"matrix": [1, 7], "x": 9.75, "y": 1},
129 {"matrix": [1, 8], "x": 10.75, "y": 1},
130 {"matrix": [1, 9], "x": 11.75, "y": 1},
131 {"matrix": [1, 10], "x": 12.75, "y": 1},
132 {"matrix": [1, 11], "x": 13.75, "y": 1},
133 {"matrix": [1, 12], "x": 14.75, "y": 1},
134 {"matrix": [1, 13], "x": 15.75, "y": 1},
135 {"matrix": [1, 14], "x": 16.75, "y": 1, "w": 1.5},
136
137 {"matrix": [3, 0], "x": 0, "y": 2},
138
139 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75},
140 {"matrix": [2, 2], "x": 3, "y": 2},
141 {"matrix": [2, 3], "x": 4, "y": 2},
142 {"matrix": [2, 4], "x": 5, "y": 2},
143 {"matrix": [2, 5], "x": 6, "y": 2},
144 {"matrix": [2, 6], "x": 7, "y": 2},
145
146 {"matrix": [2, 7], "x": 10, "y": 2},
147 {"matrix": [2, 8], "x": 11, "y": 2},
148 {"matrix": [2, 9], "x": 12, "y": 2},
149 {"matrix": [2, 10], "x": 13, "y": 2},
150 {"matrix": [2, 11], "x": 14, "y": 2},
151 {"matrix": [2, 12], "x": 15, "y": 2},
152 {"matrix": [2, 14], "x": 16, "y": 2, "w": 2.25},
153
154 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
155 {"matrix": [3, 2], "x": 3.5, "y": 3},
156 {"matrix": [3, 3], "x": 4.5, "y": 3},
157 {"matrix": [3, 4], "x": 5.5, "y": 3},
158 {"matrix": [3, 5], "x": 6.5, "y": 3},
159 {"matrix": [3, 6], "x": 7.5, "y": 3},
160
161 {"matrix": [3, 7], "x": 9.5, "y": 3},
162 {"matrix": [3, 8], "x": 10.5, "y": 3},
163 {"matrix": [3, 9], "x": 11.5, "y": 3},
164 {"matrix": [3, 10], "x": 12.5, "y": 3},
165 {"matrix": [3, 11], "x": 13.5, "y": 3},
166 {"matrix": [3, 12], "x": 14.5, "y": 3},
167 {"matrix": [3, 13], "x": 15.5, "y": 3, "w": 2.75},
168
169 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.5},
170 {"matrix": [4, 3], "x": 4.25, "y": 4, "w": 1.5},
171 {"matrix": [4, 5], "x": 5.75, "y": 4, "w": 2},
172 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25},
173 {"matrix": [4, 8], "x": 9.5, "y": 4, "w": 2.75},
174 {"matrix": [4, 10], "x": 12.25, "y": 4, "w": 1.5},
175 {"matrix": [4, 14], "x": 16.75, "y": 4, "w": 1.5}
176 ]
177 },
178 "LAYOUT_alice_rshift_split_bs": {
179 "layout": [
180 {"matrix": [1, 0], "x": 0, "y": 0},
181
182 {"matrix": [0, 0], "x": 1.25, "y": 0},
183 {"matrix": [0, 1], "x": 2.25, "y": 0},
184 {"matrix": [0, 2], "x": 3.25, "y": 0},
185 {"matrix": [0, 3], "x": 4.25, "y": 0},
186 {"matrix": [0, 4], "x": 5.25, "y": 0},
187 {"matrix": [0, 5], "x": 6.25, "y": 0},
188 {"matrix": [0, 6], "x": 7.25, "y": 0},
189
190 {"matrix": [0, 7], "x": 10.25, "y": 0},
191 {"matrix": [0, 8], "x": 11.25, "y": 0},
192 {"matrix": [0, 9], "x": 12.25, "y": 0},
193 {"matrix": [0, 10], "x": 13.25, "y": 0},
194 {"matrix": [0, 11], "x": 14.25, "y": 0},
195 {"matrix": [0, 12], "x": 15.25, "y": 0},
196 {"matrix": [0, 13], "x": 16.25, "y": 0},
197 {"matrix": [0, 14], "x": 17.25, "y": 0},
198
199 {"matrix": [2, 0], "x": 0, "y": 1},
200
201 {"matrix": [1, 1], "x": 1.25, "y": 1, "w": 1.5},
202 {"matrix": [1, 2], "x": 2.75, "y": 1},
203 {"matrix": [1, 3], "x": 3.75, "y": 1},
204 {"matrix": [1, 4], "x": 4.75, "y": 1},
205 {"matrix": [1, 5], "x": 5.75, "y": 1},
206 {"matrix": [1, 6], "x": 6.75, "y": 1},
207
208 {"matrix": [1, 7], "x": 9.75, "y": 1},
209 {"matrix": [1, 8], "x": 10.75, "y": 1},
210 {"matrix": [1, 9], "x": 11.75, "y": 1},
211 {"matrix": [1, 10], "x": 12.75, "y": 1},
212 {"matrix": [1, 11], "x": 13.75, "y": 1},
213 {"matrix": [1, 12], "x": 14.75, "y": 1},
214 {"matrix": [1, 13], "x": 15.75, "y": 1},
215 {"matrix": [1, 14], "x": 16.75, "y": 1, "w": 1.5},
216
217 {"matrix": [3, 0], "x": 0, "y": 2},
218
219 {"matrix": [2, 1], "x": 1.25, "y": 2, "w": 1.75},
220 {"matrix": [2, 2], "x": 3, "y": 2},
221 {"matrix": [2, 3], "x": 4, "y": 2},
222 {"matrix": [2, 4], "x": 5, "y": 2},
223 {"matrix": [2, 5], "x": 6, "y": 2},
224 {"matrix": [2, 6], "x": 7, "y": 2},
225
226 {"matrix": [2, 7], "x": 10, "y": 2},
227 {"matrix": [2, 8], "x": 11, "y": 2},
228 {"matrix": [2, 9], "x": 12, "y": 2},
229 {"matrix": [2, 10], "x": 13, "y": 2},
230 {"matrix": [2, 11], "x": 14, "y": 2},
231 {"matrix": [2, 12], "x": 15, "y": 2},
232 {"matrix": [2, 14], "x": 16, "y": 2, "w": 2.25},
233
234 {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 2.25},
235 {"matrix": [3, 2], "x": 3.5, "y": 3},
236 {"matrix": [3, 3], "x": 4.5, "y": 3},
237 {"matrix": [3, 4], "x": 5.5, "y": 3},
238 {"matrix": [3, 5], "x": 6.5, "y": 3},
239 {"matrix": [3, 6], "x": 7.5, "y": 3},
240
241 {"matrix": [3, 7], "x": 9.5, "y": 3},
242 {"matrix": [3, 8], "x": 10.5, "y": 3},
243 {"matrix": [3, 9], "x": 11.5, "y": 3},
244 {"matrix": [3, 10], "x": 12.5, "y": 3},
245 {"matrix": [3, 11], "x": 13.5, "y": 3},
246 {"matrix": [3, 12], "x": 14.5, "y": 3},
247 {"matrix": [3, 13], "x": 15.5, "y": 3, "w": 2.75},
248
249 {"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.5},
250 {"matrix": [4, 3], "x": 4.25, "y": 4, "w": 1.5},
251 {"matrix": [4, 5], "x": 5.75, "y": 4, "w": 2},
252 {"matrix": [4, 6], "x": 7.75, "y": 4, "w": 1.25},
253 {"matrix": [4, 8], "x": 9.5, "y": 4, "w": 2.75},
254 {"matrix": [4, 10], "x": 12.25, "y": 4, "w": 1.5},
255 {"matrix": [4, 14], "x": 16.75, "y": 4, "w": 1.5}
256 ]
257 },
19 "LAYOUT_alice_split_bs": { 258 "LAYOUT_alice_split_bs": {
20 "layout": [ 259 "layout": [
21 {"matrix": [1, 0], "x": 0, "y": 0}, 260 {"matrix": [1, 0], "x": 0, "y": 0},
diff --git a/keyboards/yiancardesigns/seigaiha/matrix_diagram.md b/keyboards/yiancardesigns/seigaiha/matrix_diagram.md
new file mode 100644
index 0000000000..7ab40f87f0
--- /dev/null
+++ b/keyboards/yiancardesigns/seigaiha/matrix_diagram.md
@@ -0,0 +1,21 @@
1# Matrix Diagram for Yiancar-Designs Seigaiha
2
3```
4 ┌───────┐
5 2u Backspace │0E │
6 └───────┘
7 ┌───┐ ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐
8 │10 │ │00 │01 │02 │03 │04 │05 │06 │ │07 │08 │09 │0A │0B │0C │0D │0E │
9 ┌┴──┬┘ ┌┴───┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴┐
10 │20 │ │11 │12 │13 │14 │15 │16 │ │17 │18 │19 │1A │1B │1C │1D │1E │
11┌┴──┬┘ ┌┴─────┼───┼───┼───┼───┼───┤ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴──────┴┐
12│30 │ │21 │22 │23 │24 │25 │26 │ │27 │28 │29 │2A │2B │2C │2E │
13└───┘ ┌┴──────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───────┬──┴┐
14 │31 │32 │33 │34 │35 │36 │ │37 │38 │39 │3A │3B │3C │3D │3E │
15 ├─────┬──┴──┬┴───┴┬──┴───┴┬──┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──────┬──┴──┬┘
16 │41 │ │43 │45 │46 │ │48 │4A │ │4E │
17 └─────┘ └─────┴───────┴─────┘ └──────────┴─────┘ └─────┘
18 ┌────────────┐
19 2.75u RShift │3D │
20 └────────────┘
21```