Skip to content

Commit

Permalink
Fix order of RGB LEDs to correct one for Iris CE (#23914)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored Jun 13, 2024
1 parent 4a4eda4 commit caf13bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/keebio/iris_ce/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
{"matrix": [8, 5], "x": 144, "y": 43, "flags": 4},
{"matrix": [8, 4], "x": 160, "y": 42, "flags": 4},
{"matrix": [8, 3], "x": 176, "y": 40, "flags": 4},
{"x": 184, "y": 50, "flags": 2},
{"matrix": [8, 2], "x": 192, "y": 42, "flags": 4},
{"matrix": [8, 1], "x": 208, "y": 45, "flags": 4},
{"x": 216, "y": 43, "flags": 2},
{"matrix": [8, 0], "x": 224, "y": 45, "flags": 4},
{"x": 216, "y": 43, "flags": 2},
{"x": 184, "y": 50, "flags": 2},
{"matrix": [9, 2], "x": 168, "y": 47, "flags": 4},
{"matrix": [9, 3], "x": 152, "y": 58, "flags": 4},
{"x": 144, "y": 58, "flags": 2},
Expand Down Expand Up @@ -215,4 +215,4 @@
]
}
}
}
}

0 comments on commit caf13bb

Please sign in to comment.