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
|
@ -8,6 +8,12 @@
|
|||
"pid": "0x5088",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"eeprom": {
|
||||
"driver": "wear_leveling",
|
||||
"wear_leveling": {
|
||||
"driver": "spi_flash"
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "A2", "pin_b": "A1"}
|
||||
|
|
|
@ -16,9 +16,6 @@ MIDI_ENABLE = yes
|
|||
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
||||
SRC += analog.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue