forked from mirror/qmk_firmware
RGB Matrix: driver naming cleanups (#21594)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user