1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 847 additions and 485 deletions

View file

@ -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}
]
}
}