forked from mirrors/qmk_firmware
Fix Issue with RGB Matrix not understanding the split keyboard (#22997)
This commit is contained in:
parent
3a13c2120a
commit
7d5b4adc50
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
||||||
"processor": "RP2040",
|
"processor": "RP2040",
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"driver": "ws2812",
|
"driver": "ws2812",
|
||||||
|
"split_count": [36, 36],
|
||||||
"layout": [
|
"layout": [
|
||||||
{"matrix": [0, 1], "x": 60, "y": 0, "flags": 4},
|
{"matrix": [0, 1], "x": 60, "y": 0, "flags": 4},
|
||||||
{"matrix": [0, 2], "x": 50, "y": 0, "flags": 4},
|
{"matrix": [0, 2], "x": 50, "y": 0, "flags": 4},
|
||||||
|
@ -216,4 +217,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue