Move RGB_MATRIX_DRIVER to data driven (#20350)

This commit is contained in:
Ryan 2023-04-08 18:08:08 +10:00 committed by GitHub
parent 10fc6c4cd6
commit 522048725f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
833 changed files with 1250 additions and 437 deletions

View file

@ -3,5 +3,8 @@
"usb": {
"pid": "0xAC15"
},
"rgb_matrix": {
"driver": "custom"
},
"community_layouts": ["60_ansi"]
}

View file

@ -32,7 +32,6 @@ WEAR_LEVELING_DRIVER = spi_flash
# Custom RGB matrix handling
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = custom
# Keys
CUSTOM_MATRIX = lite

View file

@ -3,5 +3,8 @@
"usb": {
"pid": "0xAC18"
},
"rgb_matrix": {
"driver": "custom"
},
"community_layouts": ["60_ansi", "60_iso"]
}

View file

@ -32,7 +32,6 @@ WEAR_LEVELING_DRIVER = spi_flash
# Custom RGB matrix handling
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = custom
# Keys
CUSTOM_MATRIX = lite