summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2023-03-10 11:08:07 -0500
committerGitHub <noreply@github.com>2023-03-10 16:08:07 +0000
commit943d0ff6195018f5084f2cb149742bde68a45f54 (patch)
treea6e3ad361549d3782edae49f95524040ac3410d1
parentbf4121a770938f3661ff5579bf28a65bcdfcb2af (diff)
Fix incorrect matrix positions for RGB LEDs (#20082)
-rw-r--r--keyboards/keebio/sinc/rev3/info.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/keebio/sinc/rev3/info.json b/keyboards/keebio/sinc/rev3/info.json
index 64be26e709..baf5af5f1a 100644
--- a/keyboards/keebio/sinc/rev3/info.json
+++ b/keyboards/keebio/sinc/rev3/info.json
@@ -165,9 +165,9 @@
{ "flags": 4, "matrix": [10, 3], "x": 176, "y": 64 },
{ "flags": 4, "matrix": [10, 4], "x": 188, "y": 64 },
{ "flags": 2, "x": 194, "y": 64 },
- { "flags": 4, "matrix": [10, 5], "x": 200, "y": 64 },
- { "flags": 4, "matrix": [10, 6], "x": 212, "y": 64 },
- { "flags": 4, "matrix": [10, 7], "x": 224, "y": 64 },
+ { "flags": 4, "matrix": [10, 6], "x": 200, "y": 64 },
+ { "flags": 4, "matrix": [10, 7], "x": 212, "y": 64 },
+ { "flags": 4, "matrix": [10, 8], "x": 224, "y": 64 },
{ "flags": 2, "x": 224, "y": 55 }
]
}