Remove "w": 1 from keyboards/ (#23367)

This commit is contained in:
Duncan Sutherland 2024-03-30 04:14:26 +00:00 committed by GitHub
parent da041fcd53
commit 86e7df0c2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1549 additions and 1549 deletions

View file

@ -32,12 +32,12 @@
"layouts": {
"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": "Play", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "Mute", "matrix": [0, 1], "x": 1.5, "y": 0.5},
{"label": "Next", "matrix": [1, 0], "x": 0, "y": 1},
{"label": "Prev", "matrix": [2, 0], "x": 0, "y": 2},
{"label": "Left", "matrix": [2, 1], "x": 1, "y": 2},
{"label": "Rght", "matrix": [2, 2], "x": 2, "y": 2}
]
}
}