Move RGB_MATRIX_DRIVER
to data driven (#20350)
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"usb": {
|
||||
"pid": "0xAC15"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"community_layouts": ["60_ansi"]
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -3,5 +3,8 @@
|
||||
"usb": {
|
||||
"pid": "0xAC18"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"community_layouts": ["60_ansi", "60_iso"]
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user