logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 7d5b4adc502df7cd9e20ba96027fbfe728171b2e
parent 3a13c2120a9e3d897e05923c68efa542f3b3efc7
Author: Aidan Smith <aidan@aidansmith.dev>
Date:   Thu,  1 Feb 2024 12:12:37 -0500

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


Diffstat:

Mkeyboards/aidansmithdotdev/sango/info.json4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/keyboards/aidansmithdotdev/sango/info.json b/keyboards/aidansmithdotdev/sango/info.json @@ -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 @@ ] } } -} -\ No newline at end of file +}