summaryrefslogtreecommitdiff
path: root/keyboards/aidansmithdotdev/sango
diff options
context:
space:
mode:
authorAidan Smith <aidan@aidansmith.dev>2024-02-01 12:12:37 -0500
committerGitHub <noreply@github.com>2024-02-01 17:12:37 +0000
commit7d5b4adc502df7cd9e20ba96027fbfe728171b2e (patch)
tree105d02d210c95f9d7a6a73d2c332fccb915c2996 /keyboards/aidansmithdotdev/sango
parent3a13c2120a9e3d897e05923c68efa542f3b3efc7 (diff)
Fix Issue with RGB Matrix not understanding the split keyboard (#22997)
Diffstat (limited to 'keyboards/aidansmithdotdev/sango')
-rw-r--r--keyboards/aidansmithdotdev/sango/info.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/aidansmithdotdev/sango/info.json b/keyboards/aidansmithdotdev/sango/info.json
index f62ae7466b..6c62ac9bd2 100644
--- 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
+}