summaryrefslogtreecommitdiff
path: root/keyboards/annepro2/c15/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-12 06:47:12 +0100
committerGitHub <noreply@github.com>2023-09-12 06:47:12 +0100
commit909054c35772ae62d6d2de0cefd1bef18762e754 (patch)
tree10a7be9d4ef2e3b6962e108beea3f29514ef0f4c /keyboards/annepro2/c15/info.json
parent06cec720dde5e4c9acfb476cbdf3e098a2172eee (diff)
Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)
Diffstat (limited to 'keyboards/annepro2/c15/info.json')
-rw-r--r--keyboards/annepro2/c15/info.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/annepro2/c15/info.json b/keyboards/annepro2/c15/info.json
index 15c3ca8ba1..7138294987 100644
--- a/keyboards/annepro2/c15/info.json
+++ b/keyboards/annepro2/c15/info.json
@@ -3,6 +3,12 @@
"usb": {
"pid": "0xAC15"
},
+ "eeprom": {
+ "driver": "wear_leveling",
+ "wear_leveling": {
+ "driver": "spi_flash"
+ }
+ },
"rgb_matrix": {
"driver": "custom"
},