Fix "no matrix definition" errors for some boards (#18954)

This commit is contained in:
Ryan
2022-11-05 13:48:00 +11:00
committed by GitHub
parent f82e90bdea
commit 54682f961e
15 changed files with 847 additions and 485 deletions

View File

@@ -9,9 +9,23 @@
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_68_ansi": {
"LAYOUT_ortho_4x3": {
"layout": [
{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":0, "y":2},
{"x":1, "y":2},
{"x":2, "y":2},
{"x":0, "y":3},
{"x":1, "y":3},
{"x":2, "y":3}
]
}
}