1
0
Fork 0

Migrate RGB Matrix config to info.json - M (#22908)

This commit is contained in:
Joel Challis 2024-01-16 01:04:09 +00:00 committed by GitHub
parent a90b45e832
commit e30d0e5287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 1455 additions and 2301 deletions

View file

@ -20,11 +20,6 @@
#define MASTER_LEFT
#define SPLIT_MODS_ENABLE
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 83
# define RGB_MATRIX_SPLIT { 39, 44 }
#endif
#define B6_AUDIO
#ifdef AUDIO_ENABLE

View file

@ -24,6 +24,10 @@
"ws2812": {
"pin": "D3"
},
"rgb_matrix": {
"driver": "ws2812",
"split_count": [39, 44]
},
"rgblight": {
"led_count": 83,
"max_brightness": 150,

View file

@ -20,11 +20,6 @@
#define MASTER_LEFT
#define SPLIT_MODS_ENABLE
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 100
# define RGB_MATRIX_SPLIT { 48, 52 }
#endif
#define AUDIO_PIN B6
#ifdef AUDIO_ENABLE