Skip to content

Commit

Permalink
salicylic_acid3/setta21: fix RGB Matrix LED config (qmk#24041)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Jul 4, 2024
1 parent 43fc7b5 commit 031ccd4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
30 changes: 29 additions & 1 deletion keyboards/salicylic_acid3/setta21/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,35 @@
"pin": "D3"
},
"rgb_matrix": {
"driver": "ws2812"
"driver": "ws2812",
"layout": [
{"matrix": [0, 4], "x": 0, "y": 13, "flags": 4},
{"matrix": [1, 4], "x": 75, "y": 13, "flags": 4},
{"matrix": [2, 4], "x": 149, "y": 13, "flags": 4},
{"matrix": [3, 4], "x": 224, "y": 13, "flags": 4},

{"matrix": [2, 3], "x": 149, "y": 26, "flags": 4},
{"matrix": [1, 3], "x": 75, "y": 26, "flags": 4},
{"matrix": [0, 3], "x": 0, "y": 26, "flags": 4},

{"matrix": [0, 2], "x": 0, "y": 38, "flags": 4},
{"matrix": [1, 2], "x": 75, "y": 38, "flags": 4},
{"matrix": [2, 2], "x": 149, "y": 38, "flags": 4},
{"matrix": [3, 2], "x": 224, "y": 32, "flags": 4},

{"matrix": [2, 1], "x": 149, "y": 51, "flags": 4},
{"matrix": [1, 1], "x": 75, "y": 51, "flags": 4},
{"matrix": [0, 1], "x": 0, "y": 51, "flags": 4},

{"matrix": [0, 0], "x": 38, "y": 64, "flags": 4},
{"matrix": [2, 0], "x": 149, "y": 64, "flags": 4},
{"matrix": [3, 0], "x": 224, "y": 58, "flags": 4},

{"matrix": [3, 5], "x": 224, "y": 0, "flags": 4},
{"matrix": [2, 5], "x": 149, "y": 0, "flags": 4},
{"matrix": [1, 5], "x": 75, "y": 0, "flags": 4},
{"matrix": [0, 5], "x": 0, "y": 0, "flags": 4}
]
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
Expand Down
21 changes: 0 additions & 21 deletions keyboards/salicylic_acid3/setta21/rev1/rev1.c

This file was deleted.

0 comments on commit 031ccd4

Please sign in to comment.