Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)
This commit is contained in:
parent
06cec720dd
commit
909054c357
38 changed files with 122 additions and 55 deletions
|
|
@ -17,6 +17,12 @@
|
|||
"rows": ["B15"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
}
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue