Skip to content

Commit

Permalink
Fix incorrect matrix positions for RGB LEDs (qmk#20082)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored and rodrigob committed Mar 13, 2023
1 parent 6b83e92 commit 7ff1261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/keebio/sinc/rev3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
Expand Down

0 comments on commit 7ff1261

Please sign in to comment.