1
0
Fork 0

Clean up trailing commas from info.json (#20812)

This commit is contained in:
Ryan 2023-05-09 17:52:03 +10:00 committed by GitHub
parent 2a33265510
commit c3c51231cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 31 additions and 30 deletions

View file

@ -21,13 +21,15 @@
]
},
"layouts": {
"LAYOUT": {
"layout": [{"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
"LAYOUT": {
"layout": [
{"label": "Play", "matrix": [0, 0], "w": 1, "x": 0, "y": 0},
{"label": "Mute", "matrix": [0, 1], "w": 1, "x": 1.5, "y": 0.5},
{"label": "Next", "matrix": [1, 0], "w": 1, "x": 0, "y": 1},
{"label": "Prev", "matrix": [2, 0], "w": 1, "x": 0, "y": 2},
{"label": "Left", "matrix": [2, 1], "w": 1, "x": 1, "y": 2},
{"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}]
},
}
{"label": "Rght", "matrix": [2, 2], "w": 1, "x": 2, "y": 2}
]
}
}
}