diff options
Diffstat (limited to 'keyboards/akko/acr87/info.json')
-rw-r--r-- | keyboards/akko/acr87/info.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/akko/acr87/info.json b/keyboards/akko/acr87/info.json index 5ff1926d0c..f9d360282d 100644 --- a/keyboards/akko/acr87/info.json +++ b/keyboards/akko/acr87/info.json @@ -26,6 +26,13 @@ "rows": [ "B15", "C6", "C7", "C8", "C9", "A8"] }, "diode_direction": "ROW2COL", + "eeprom": { + "driver": "wear_leveling", + "wear_leveling": { + "driver": "spi_flash", + "backing_size": 8192 + } + }, "rgb_matrix": { "driver": "is31fl3733", "max_brightness": 180, |