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": "0x5045",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "AW20216"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A0", "A1", "A2", "A3", "A4", "A8", "A9", "A10"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8"]
|
||||
|
|
|
@ -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 RGB matrix effects.
|
||||
RGB_MATRIX_DRIVER = AW20216 # Enable RGB matrix effects.
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = embedded_flash
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x504A",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "AW20216"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A0", "A1", "A2", "A3", "A4", "A8", "A9", "A10"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8"]
|
||||
|
|
|
@ -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 RGB matrix effects.
|
||||
RGB_MATRIX_DRIVER = AW20216 # Enable RGB matrix effects.
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = embedded_flash
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x504B",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "AW20216"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A0", "A1", "A2", "A3", "A4", "A8", "A9", "A10"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "B10", "B11", "B12", "B13"]
|
||||
|
|
|
@ -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 RGB matrix effects.
|
||||
RGB_MATRIX_DRIVER = AW20216 # Enable RGB matrix effects.
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x505A",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "AW20216"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["A0", "A1", "A2", "A3", "A4", "A8", "A9", "A10"],
|
||||
"rows": ["B0", "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "B10", "B11", "B12", "B13"]
|
||||
|
|
|
@ -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 RGB matrix effects.
|
||||
RGB_MATRIX_DRIVER = AW20216 # Enable RGB matrix effects.
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue