Fix Issue with RGB Matrix not understanding the split keyboard (#22997)

master
Aidan Smith 2024-02-01 12:12:37 -05:00 committed by GitHub
parent 3a13c2120a
commit 7d5b4adc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
"processor": "RP2040",
"rgb_matrix": {
"driver": "ws2812",
"split_count": [36, 36],
"layout": [
{"matrix": [0, 1], "x": 60, "y": 0, "flags": 4},
{"matrix": [0, 2], "x": 50, "y": 0, "flags": 4},
@ -216,4 +217,4 @@
]
}
}
}
}