RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
parent
dfb6d38f08
commit
37bc949945
513 changed files with 1166 additions and 1170 deletions
|
@ -18,7 +18,7 @@ CONSOLE_ENABLE = no # Console for debug
|
|||
RGBLIGHT_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no
|
||||
#RGB_MATRIX_ENABLE = yes
|
||||
#RGB_MATRIX_DRIVER = WS2812
|
||||
#RGB_MATRIX_DRIVER = ws2812
|
||||
LTO_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
||||
KEY_OVERRIDE_ENABLE = yes
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"device_version": "6.2.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F1", "F4", "B5", "C7", "D4", "D6"],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"device_version": "7.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
"driver": "ws2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F1", "F4", "B5", "C7", "D4", "D6"],
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
"solid_splash": true,
|
||||
"solid_multisplash": true
|
||||
},
|
||||
"driver": "WS2812",
|
||||
"driver": "ws2812",
|
||||
"split_count": [34, 34],
|
||||
"max_brightness": 120,
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue