diff options
| author | dsanderling | 2025-08-16 17:04:37 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-16 17:04:37 +0200 |
| commit | f29d8117bf877a4df1f88f40e0131f4465748540 (patch) | |
| tree | 35f1417cd40e9724f811e169b48e28ff58312c6a | |
| parent | d2ec940da5f7883e04777e72a338a70f4f828c8a (diff) | |
Fix `boardsource/unicorne` RGB Matrix Coordinates (#25556)
please see https://github.com/qmk/qmk_firmware/issues/23224
| -rw-r--r-- | keyboards/boardsource/unicorne/keyboard.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/boardsource/unicorne/keyboard.json b/keyboards/boardsource/unicorne/keyboard.json index da1c3a787e..c87f8dd83a 100644 --- a/keyboards/boardsource/unicorne/keyboard.json +++ b/keyboards/boardsource/unicorne/keyboard.json @@ -118,9 +118,9 @@ {"matrix": [6, 1], "x": 208, "y": 42, "flags": 4}, {"matrix": [5, 1], "x": 208, "y": 24, "flags": 4}, {"matrix": [4, 1], "x": 208, "y": 7, "flags": 4}, - {"matrix": [4, 0], "x": 0, "y": 7, "flags": 1}, - {"matrix": [5, 0], "x": 0, "y": 24, "flags": 1}, - {"matrix": [6, 0], "x": 0, "y": 41, "flags": 1} + {"matrix": [4, 0], "x": 223, "y": 7, "flags": 1}, + {"matrix": [5, 0], "x": 223, "y": 24, "flags": 1}, + {"matrix": [6, 0], "x": 223, "y": 41, "flags": 1} ], "sleep": true }, |