Update keyboards/draytronics/daisy_v2/keyboard.json

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Blake 2024-08-31 13:56:26 +01:00 committed by GitHub
parent 89d87c8386
commit dfd8d78b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,15 +53,15 @@
"layouts": {
"LAYOUT": {
"layout": [
{"label": "", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "", "matrix": [1, 0], "x": 0, "y": 1},
{"label": "", "matrix": [1, 1], "x": 1, "y": 1},
{"label": "", "matrix": [1, 2], "x": 2, "y": 1},
{"label": "", "matrix": [1, 3], "x": 3, "y": 1},
{"label": "", "matrix": [2, 0], "x": 0, "y": 2},
{"label": "", "matrix": [2, 1], "x": 1, "y": 2},
{"label": "", "matrix": [2, 2], "x": 2, "y": 2},
{"label": "", "matrix": [2, 3], "x": 3, "y": 2}
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2}
]
}
}