Migrate some more layouts to data driven (#19889)

This commit is contained in:
Ryan
2023-02-23 09:32:18 +11:00
committed by GitHub
parent 3bf01bb9ed
commit ea77246865
78 changed files with 2172 additions and 3012 deletions

View File

@@ -13,21 +13,9 @@
"layouts": {
"LAYOUT": {
"layout": [
{
"label": "K0",
"x": 0,
"y": 0
},
{
"label": "K1",
"x": 1,
"y": 0
},
{
"label": "K2",
"x": 2,
"y": 0
}
{"x": 0, "y": 0, "matrix": [0, 0]},
{"x": 1, "y": 0, "matrix": [0, 1]},
{"x": 2, "y": 0, "matrix": [0, 2]}
]
}
}