RGB Matrix: driver naming cleanups (#21594)

This commit is contained in:
Ryan
2023-08-23 10:00:03 +10:00
committed by GitHub
parent dfb6d38f08
commit 37bc949945
513 changed files with 1166 additions and 1170 deletions

View File

@@ -4,7 +4,7 @@
"device_version": "1.0.0"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"ws2812": {
"pin": "A1",

View File

@@ -7,7 +7,7 @@
"pin": "D2"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["E6", "C6", "B1", "B3", "B2"],

View File

@@ -7,7 +7,7 @@
"pin": "D3"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["F5", "B6", "D7", "E6", "B4"],

View File

@@ -4,7 +4,7 @@
"device_version": "2.0.0"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["GP28", "GP15", "GP6", "GP7", "GP8"],

View File

@@ -4,7 +4,7 @@
"device_version": "2.0.0"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["GP28", "GP21", "GP6", "GP7", "GP8"],

View File

@@ -4,7 +4,7 @@
"device_version": "2.0.0"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"ws2812": {
"pin": "D3",