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

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

View File

@@ -27,7 +27,7 @@
"rows": ["GP5", "GP4", "GP3", "GP2", "GP1", "GP0"]
},
"rgb_matrix": {
"driver": "WS2812",
"driver": "ws2812",
"layout": [
{"x": 0, "y": 0.375},
{"x": 16.5, "y": 0.38}

View File

@@ -12,7 +12,7 @@
"pin": "B1"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "B6", "B5", "B4", "D7", "D6", "D4", "E6", "B0", "B3"],

View File

@@ -1,5 +1,5 @@
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
RGB_MATRIX_DRIVER = ws2812
DYNAMIC_MACRO_ENABLE = yes
# CONSOLE_ENABLE = yes

View File

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

View File

@@ -6,7 +6,6 @@ SRC += features/caps_word.c
#
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
DYNAMIC_MACRO_ENABLE = yes # Create macros on the fly
RGB_MATRIX_DRIVER = WS2812
INDICATOR_LIGHTS = yes # Enable indicator lights for caps lock, etc.
# TAP_DANCE_ENABLE = yes # Send different keycodes if tapped multiple times
# KEY_OVERRIDE_ENABLE = yes # Override key combos

View File

@@ -9,7 +9,7 @@
"device_version": "0.0.2"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["F0", "E6", "B0", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7"],

View File

@@ -12,7 +12,7 @@
"pin": "E2"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["D5", "D6", "D3", "D2", "B6", "C6", "C7", "F7", "F6", "F5", "F4"],

View File

@@ -13,7 +13,7 @@
"nkro": true
},
"rgb_matrix": {
"driver": "IS31FL3731"
"driver": "is31fl3731"
},
"matrix_pins": {
"rows": ["GP4", "GP5", "GP6", "GP7", "GP8", "GP9"],

View File

@@ -12,7 +12,7 @@
"pin": "B4"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"rgblight": {
"max_brightness": 180

View File

@@ -7,7 +7,7 @@
"device_version": "0.0.1"
},
"rgb_matrix": {
"driver": "WS2812"
"driver": "ws2812"
},
"matrix_pins": {
"cols": ["C0", "C1", "C2", "C3", "C4", "C5"],