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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
513 changed files with 1166 additions and 1170 deletions

View file

@ -40,7 +40,7 @@
"pin": "GP24"
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{ "flags": 4, "matrix": [0, 0], "x": 23, "y": 26 },
{ "flags": 4, "matrix": [0, 1], "x": 62, "y": 26 },

View file

@ -40,7 +40,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 1, "matrix": [0, 0], "x": 9, "y": 8},
{"flags": 4, "matrix": [0, 1], "x": 28, "y": 8},

View file

@ -40,7 +40,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 1, "matrix": [0, 0], "x": 9, "y": 8},
{"flags": 4, "matrix": [0, 1], "x": 28, "y": 8},

View file

@ -17,8 +17,6 @@ MOUSEKEY_ENABLE = no # Mouse keys
LEADER_ENABLE = yes
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
WS2812_DRIVER = vendor
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
OLED_ENABLE = yes

View file

@ -40,7 +40,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 1, "matrix": [0, 0], "x": 9, "y": 8},
{"flags": 4, "matrix": [0, 1], "x": 28, "y": 8},

View file

@ -38,7 +38,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"max_brightness": 150,
"animations": {
"solid_color": true,

View file

@ -41,7 +41,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 2, "x": 17, "y": 50},
{"flags": 2, "x": 37, "y": 50},

View file

@ -32,7 +32,7 @@
"rows": ["GP4", "GP3", "GP2", "GP1", "GP0", "GP21"]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 2, "x": 98, "y": 51},
{"flags": 2, "x": 68, "y": 51},

View file

@ -38,7 +38,7 @@
"enabled": true
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 1, "matrix": [5, 5], "x": 103, "y": 58},
{"flags": 1, "matrix": [5, 10], "x": 159, "y": 58},

View file

@ -18,7 +18,7 @@
"sleep": true
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["D4", "C6", "F6", "F7"],

View file

@ -12,7 +12,7 @@
"pin": "B5"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["D5", "D6", "C2", "D0"],

View file

@ -41,7 +41,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 4, "matrix": [0, 0], "x": 28, "y": 12},
{"flags": 4, "matrix": [0, 1], "x": 84, "y": 12},

View file

@ -39,7 +39,7 @@
]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"flags": 4, "matrix": [0, 0], "x": 28, "y": 12},
{"flags": 4, "matrix": [0, 1], "x": 84, "y": 12},