mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
Fix Issue with RGB Matrix not understanding the split keyboard (#22997)
This commit is contained in:
parent
3a13c2120a
commit
7d5b4adc50
|
@ -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