Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A1",
|
||||
"driver": "pwm"
|
||||
|
@@ -15,7 +15,6 @@ AUDIO_SUPPORTED = no # Audio is not supported.
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
|
@@ -6,6 +6,9 @@
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D5", "C7", "F0", "D7", "E6", "B4"],
|
||||
"rows": ["F1", "B7", "C6", "D4", "B5"]
|
||||
|
@@ -15,7 +15,6 @@ AUDIO_SUPPORTED = no # Audio is not supported.
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
# Charybdis is a split 4x6 keyboard with a maximum of 5 thumb keys (3 on the
|
||||
# trackball side).
|
||||
|
@@ -6,6 +6,9 @@
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F6", "F5", "B6", "D7", "E6", "B4"],
|
||||
"rows": ["F4", "F7", "C6", "D4", "B5"]
|
||||
|
@@ -15,7 +15,6 @@ AUDIO_SUPPORTED = no # Audio is not supported.
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
# Charybdis is a split 4x6 keyboard with a maximum of 5 thumb keys (3 on the
|
||||
# trackball side).
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP27", "GP28", "GP15", "GP6", "GP7", "GP8"],
|
||||
"rows": ["GP29", "GP26", "GP5", "GP4", "GP9"]
|
||||
|
@@ -19,7 +19,6 @@ AUDIO_SUPPORTED = no # Audio is not supported
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["GP27", "GP28", "GP21", "GP6", "GP7", "GP8"],
|
||||
"rows": ["GP29", "GP26", "GP5", "GP4", "GP9"]
|
||||
|
@@ -19,7 +19,6 @@ AUDIO_SUPPORTED = no # Audio is not supported
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
|
@@ -3,6 +3,9 @@
|
||||
"usb": {
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3",
|
||||
"driver": "pwm"
|
||||
|
@@ -17,7 +17,6 @@ AUDIO_SUPPORTED = no # Audio is not supported
|
||||
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
|
||||
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
|
||||
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
|
Reference in New Issue
Block a user