Omit wear leveling defs in kb.json

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Álvaro A. Volpato 2024-10-01 17:19:55 -03:00 committed by GitHub
parent 084828e08f
commit bc2425fa52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,8 @@
}, },
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"eeprom": { "eeprom": {
"driver": "wear_leveling",
"wear_leveling": { "wear_leveling": {
"backing_size": 4096, "backing_size": 4096
"driver": "embedded_flash",
"logical_size": 2048
} }
}, },
"features": { "features": {