Allow for disabling EEPROM subsystem entirely. (#25173)
This commit is contained in:
parent
ea85ace4a9
commit
5c39722ab9
8 changed files with 75 additions and 84 deletions
|
@ -319,7 +319,7 @@
|
|||
"properties": {
|
||||
"driver": {
|
||||
"type": "string",
|
||||
"enum": ["custom", "embedded_flash", "legacy", "rp2040_flash", "spi_flash"]
|
||||
"enum": ["none", "custom", "embedded_flash", "legacy", "rp2040_flash", "spi_flash"]
|
||||
},
|
||||
"backing_size": {"$ref": "qmk.definitions.v1#/unsigned_int"},
|
||||
"logical_size": {"$ref": "qmk.definitions.v1#/unsigned_int"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue