diff options
author | Joel Challis <git@zvecr.com> | 2023-09-14 00:13:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 09:13:19 +1000 |
commit | 00feff656f80d9c9bf57cb1c6ad94ef2f69f1440 (patch) | |
tree | abbb0293f35b8f3d261bc04fc2eaba9ea47dded0 /keyboards/inland/kb83/info.json | |
parent | 36b4e290c8dd1d6b0156c5730df36930890dc605 (diff) |
Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)
Diffstat (limited to 'keyboards/inland/kb83/info.json')
-rw-r--r-- | keyboards/inland/kb83/info.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/inland/kb83/info.json b/keyboards/inland/kb83/info.json index 33545515ad..cd538ef4ee 100644 --- a/keyboards/inland/kb83/info.json +++ b/keyboards/inland/kb83/info.json @@ -21,7 +21,8 @@ "eeprom": { "driver": "wear_leveling", "wear_leveling": { - "driver": "spi_flash" + "driver": "spi_flash", + "backing_size": 8192 } }, "encoder": { |