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
|
@ -10,6 +10,12 @@
|
|||
"dynamic_keymap": {
|
||||
"layer_count": 13
|
||||
},
|
||||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
# This file intentionally left blank
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue