Even more info.json whitespace cleanups (#20703)

This commit is contained in:
Ryan 2023-05-04 19:09:59 +10:00 committed by GitHub
parent a49c87b225
commit ef6a712899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
193 changed files with 24457 additions and 24457 deletions

View file

@ -52,18 +52,18 @@
"layouts": {
"LAYOUT_all": {
"layout": [
{ "label": "ON/OFF", "matrix": [0, 0], "x": 0, "y": 0 },
{ "label": "SAT+", "matrix": [0, 1], "x": 4, "y": 0 },
{ "label": "BRIGHT+", "matrix": [0, 2], "x": 8, "y": 0 },
{ "label": "HUE-", "matrix": [1, 0], "x": 2, "y": 1 },
{ "label": "HUE+", "matrix": [1, 2], "x": 6, "y": 1 },
{ "label": "MODE", "matrix": [2, 0], "x": 0, "y": 2 },
{ "label": "SAT-", "matrix": [2, 1], "x": 4, "y": 2 },
{ "label": "BRIGHT-", "matrix": [2, 2], "x": 8, "y": 2 },
{ "label": "LAYER", "matrix": [1, 1], "x": 2, "y": 4 },
{ "h": 2, "label": "MX1", "matrix": [3, 0], "w": 2, "x": 4, "y": 6 },
{ "h": 2, "label": "MX2", "matrix": [3, 1], "w": 2, "x": 6, "y": 6 },
{ "h": 2, "label": "MX3", "matrix": [3, 2], "w": 2, "x": 8, "y": 6 }
{"label": "ON/OFF", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "SAT+", "matrix": [0, 1], "x": 4, "y": 0},
{"label": "BRIGHT+", "matrix": [0, 2], "x": 8, "y": 0},
{"label": "HUE-", "matrix": [1, 0], "x": 2, "y": 1},
{"label": "HUE+", "matrix": [1, 2], "x": 6, "y": 1},
{"label": "MODE", "matrix": [2, 0], "x": 0, "y": 2},
{"label": "SAT-", "matrix": [2, 1], "x": 4, "y": 2},
{"label": "BRIGHT-", "matrix": [2, 2], "x": 8, "y": 2},
{"label": "LAYER", "matrix": [1, 1], "x": 2, "y": 4},
{"h": 2, "label": "MX1", "matrix": [3, 0], "w": 2, "x": 4, "y": 6},
{"h": 2, "label": "MX2", "matrix": [3, 1], "w": 2, "x": 6, "y": 6},
{"h": 2, "label": "MX3", "matrix": [3, 2], "w": 2, "x": 8, "y": 6}
]
}
}