1
0
Fork 0

Migrate RGB Matrix config to info.json - RS (#22909)

This commit is contained in:
Joel Challis 2024-01-16 01:03:55 +00:00 committed by GitHub
parent de6ae3408c
commit a90b45e832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 839 additions and 1201 deletions

View file

@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_LED_COUNT 60
#endif
#define RGB_MATRIX_LED_COUNT 60
#define RGB_MATRIX_SPLIT { 30, 30 }
#ifdef IOS_DEVICE_ENABLE
#define RGBLIGHT_LIMIT_VAL 40
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 40

View file

@ -9,7 +9,8 @@
"device_version": "0.0.1"
},
"rgb_matrix": {
"driver": "ws2812"
"driver": "ws2812",
"split_count": [30, 30]
},
"matrix_pins": {
"cols": ["F4", "F6", "C7", "C6", "B6", "D4"],