Browse Source

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

pull/22595/merge
Aidan Smith 2 months ago
committed by GitHub
parent
commit
7d5b4adc50
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      keyboards/aidansmithdotdev/sango/info.json

+ 2
- 1
keyboards/aidansmithdotdev/sango/info.json 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 @@
]
}
}
}
}

Loading…
Cancel
Save