Fix "no matrix definition" errors for some boards (#18954)
This commit is contained in:
parent
f82e90bdea
commit
54682f961e
15 changed files with 847 additions and 485 deletions
|
@ -9,48 +9,17 @@
|
|||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"LAYOUT_ortho_2x4": {
|
||||
"layout": [
|
||||
{
|
||||
"label": "K0",
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "K1",
|
||||
"x": 1,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "K2",
|
||||
"x": 2,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "K3",
|
||||
"x": 3,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "K4",
|
||||
"x": 0,
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"label": "K5",
|
||||
"x": 1,
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"label": "K6",
|
||||
"x": 2,
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"label": "K7",
|
||||
"x": 3,
|
||||
"y": 1
|
||||
}
|
||||
{"label": "K0", "x": 0, "y": 0},
|
||||
{"label": "K1", "x": 1, "y": 0},
|
||||
{"label": "K2", "x": 2, "y": 0},
|
||||
{"label": "K3", "x": 3, "y": 0},
|
||||
|
||||
{"label": "K4", "x": 0, "y": 1},
|
||||
{"label": "K5", "x": 1, "y": 1},
|
||||
{"label": "K6", "x": 2, "y": 1},
|
||||
{"label": "K7", "x": 3, "y": 1}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue