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
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x1601",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F4", "F1", "F0", "B7"],
|
||||
"rows": ["D5", "D4", "D3", "D2"]
|
||||
|
|
|
@ -24,7 +24,6 @@ OLED_DRIVER = SSD1306
|
|||
|
||||
# RGB Matrix enabled
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
# Encoder enabled
|
||||
ENCODER_ENABLE = yes
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x1601",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B14", "B13", "B12", "B0", "A7"],
|
||||
"rows": ["B3", "B4", "B9", "B8"]
|
||||
|
|
|
@ -23,7 +23,6 @@ OLED_DRIVER = SSD1306
|
|||
|
||||
# RGB Matrix enabled
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
|
||||
# Encoder enabled
|
||||
ENCODER_ENABLE = yes
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x3001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B14", "B13", "B12", "B0", "A7", "A9", "A8"],
|
||||
"rows": ["B3", "B4", "B9", "B8", "A5", "A6"]
|
||||
|
|
|
@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
RGB_MATRIX_DRIVER = WS2812
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue