Fix boardsource/unicorne RGB Matrix Coordinates (#25556)

please see https://github.com/qmk/qmk_firmware/issues/23224
This commit is contained in:
dsanderling 2025-08-16 15:04:37 +00:00 committed by GitHub
parent d2ec940da5
commit f29d8117bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,9 +118,9 @@
{"matrix": [6, 1], "x": 208, "y": 42, "flags": 4}, {"matrix": [6, 1], "x": 208, "y": 42, "flags": 4},
{"matrix": [5, 1], "x": 208, "y": 24, "flags": 4}, {"matrix": [5, 1], "x": 208, "y": 24, "flags": 4},
{"matrix": [4, 1], "x": 208, "y": 7, "flags": 4}, {"matrix": [4, 1], "x": 208, "y": 7, "flags": 4},
{"matrix": [4, 0], "x": 0, "y": 7, "flags": 1}, {"matrix": [4, 0], "x": 223, "y": 7, "flags": 1},
{"matrix": [5, 0], "x": 0, "y": 24, "flags": 1}, {"matrix": [5, 0], "x": 223, "y": 24, "flags": 1},
{"matrix": [6, 0], "x": 0, "y": 41, "flags": 1} {"matrix": [6, 0], "x": 223, "y": 41, "flags": 1}
], ],
"sleep": true "sleep": true
}, },