Remove FLIP_HALF
layouts and move to data driven (#20588)
This commit is contained in:
@@ -72,6 +72,23 @@
|
||||
{"matrix": [7, 5], "x": 10, "y": 3.375},
|
||||
{"matrix": [7, 4], "x": 11, "y": 3.25}
|
||||
]
|
||||
},
|
||||
"LAYOUT_dips": {
|
||||
"layout": [
|
||||
{"matrix": [1, 0], "x": 0, "y": 0},
|
||||
{"matrix": [2, 0], "x": 1, "y": 0},
|
||||
{"matrix": [3, 0], "x": 2, "y": 0},
|
||||
{"matrix": [3, 1], "x": 3, "y": 0},
|
||||
{"matrix": [3, 2], "x": 4, "y": 0},
|
||||
{"matrix": [3, 3], "x": 5, "y": 0},
|
||||
|
||||
{"matrix": [7, 3], "x": 6, "y": 0},
|
||||
{"matrix": [7, 2], "x": 7, "y": 0},
|
||||
{"matrix": [7, 1], "x": 8, "y": 0},
|
||||
{"matrix": [7, 0], "x": 9, "y": 0},
|
||||
{"matrix": [6, 0], "x": 10, "y": 0},
|
||||
{"matrix": [5, 0], "x": 11, "y": 0}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user