summaryrefslogtreecommitdiff
path: root/keyboards/akko/5087/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-13 22:30:19 +0000
committerGitHub <noreply@github.com>2023-11-14 09:30:19 +1100
commit1efc79063c5bc5fae6766f7555738b122ef8988d (patch)
treee1fdbc9f288736477a067f3094fe3280d2857325 /keyboards/akko/5087/info.json
parentde3c42125b661f62757f8ee4f6184c089340d3a0 (diff)
Migrate some EEPROM config to info.json (#22434)
Diffstat (limited to 'keyboards/akko/5087/info.json')
-rw-r--r--keyboards/akko/5087/info.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/akko/5087/info.json b/keyboards/akko/5087/info.json
index 43bec927db..1b4059b0d5 100644
--- a/keyboards/akko/5087/info.json
+++ b/keyboards/akko/5087/info.json
@@ -29,6 +29,13 @@
"rows": ["B15", "C6", "C7", "C8", "C9", "A8"]
},
"diode_direction": "ROW2COL",
+ "eeprom": {
+ "driver": "wear_leveling",
+ "wear_leveling": {
+ "driver": "spi_flash",
+ "backing_size": 8192
+ }
+ },
"indicators": {
"caps_lock": "A15"
},