Move RGB_MATRIX_DRIVER to data driven (#20350)
This commit is contained in:
parent
10fc6c4cd6
commit
522048725f
833 changed files with 1250 additions and 437 deletions
|
|
@ -11,6 +11,9 @@
|
|||
"ws2812": {
|
||||
"pin": "D5"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "D7"],
|
||||
"rows": ["B7", "B4", "F7", "F6"]
|
||||
|
|
|
|||
|
|
@ -11,6 +11,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes # Enable Per-key RGB
|
||||
RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@
|
|||
"ws2812": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["D0", "D1", "D2", "D3", "D5", "B5", "B6", "C6", "C7", "F7", "F6", "F5", "F4", "F1", "F0"],
|
||||
"rows": ["D4", "D6", "D7", "B4", "E6"]
|
||||
|
|
|
|||
|
|
@ -11,6 +11,5 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes # Enable Per-key RGB
|
||||
RGB_MATRIX_DRIVER = WS2812 # Per-key RGB Driver
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue