1
0
Fork 0

Adjust offset for some layouts (#20075)

This commit is contained in:
Ryan 2023-03-13 22:22:20 +11:00 committed by GitHub
parent 183e99f638
commit 9e2ef5078a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 4481 additions and 3568 deletions

View file

@ -31,16 +31,17 @@
"layouts": {
"LAYOUT_split_1x5": {
"layout": [
{"label": "L00", "matrix": [0, 0], "x":0.4295, "y":1.011},
{"label": "L01", "matrix": [0, 1], "x":1.445, "y":0.819},
{"label": "L02", "matrix": [0, 2], "x":2.5385, "y":0.7555},
{"label": "L03", "matrix": [0, 3], "x":3.568, "y":1.3745},
{"label": "L04", "matrix": [0, 4], "x":4.2, "y":3.987},
{"label": "R00", "matrix": [1, 0], "x":5.2, "y":3.987},
{"label": "R01", "matrix": [1, 1], "x":5.832, "y":1.3745},
{"label": "R02", "matrix": [1, 2], "x":6.8615, "y":0.7555},
{"label": "R03", "matrix": [1, 3], "x":7.955, "y":0.819},
{"label": "R04", "matrix": [1, 4], "x":8.9705, "y":1.011}
{"matrix": [0, 0], "x":0, "y":0.25},
{"matrix": [0, 1], "x":1, "y":0.125},
{"matrix": [0, 2], "x":2, "y":0},
{"matrix": [0, 3], "x":3, "y":0.5},
{"matrix": [0, 4], "x":3.75, "y":2.75},
{"matrix": [1, 0], "x":5.75, "y":2.75},
{"matrix": [1, 1], "x":6.5, "y":0.5},
{"matrix": [1, 2], "x":7.5, "y":0},
{"matrix": [1, 3], "x":8.5, "y":0.125},
{"matrix": [1, 4], "x":9.5, "y":0.25}
]
}
}