Browse Source

Update EEPROM block

This addition fixes a random issue that I've encountered where, for some reason, the eeprom is not correctly initialized/addressed. The original code worked fine after the merge of the bank size fix but a random recompilatin brought to my attention that the fw wasn't running correctly.
This addition of the backing size seems to have fixed the issue.
pull/23175/head
Cipulot 1 week ago
parent
commit
f683ce3550
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      keyboards/cipulot/ec_menhir/info.json

+ 2
- 1
keyboards/cipulot/ec_menhir/info.json View File

@ -10,7 +10,8 @@
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "embedded_flash"
"driver": "embedded_flash",
"backing_size": 4096
}
},
"features": {


Loading…
Cancel
Save