diff options
author | Joel Challis <git@zvecr.com> | 2023-09-12 06:47:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 06:47:12 +0100 |
commit | 909054c35772ae62d6d2de0cefd1bef18762e754 (patch) | |
tree | 10a7be9d4ef2e3b6962e108beea3f29514ef0f4c /keyboards/annepro2/c18 | |
parent | 06cec720dde5e4c9acfb476cbdf3e098a2172eee (diff) |
Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)
Diffstat (limited to 'keyboards/annepro2/c18')
-rw-r--r-- | keyboards/annepro2/c18/info.json | 6 | ||||
-rw-r--r-- | keyboards/annepro2/c18/rules.mk | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/annepro2/c18/info.json b/keyboards/annepro2/c18/info.json index f7acff808c..439188b2f7 100644 --- a/keyboards/annepro2/c18/info.json +++ b/keyboards/annepro2/c18/info.json @@ -3,6 +3,12 @@ "usb": { "pid": "0xAC18" }, + "eeprom": { + "driver": "wear_leveling", + "wear_leveling": { + "driver": "spi_flash" + } + }, "rgb_matrix": { "driver": "custom" }, diff --git a/keyboards/annepro2/c18/rules.mk b/keyboards/annepro2/c18/rules.mk index 1d53851df6..dab7269570 100644 --- a/keyboards/annepro2/c18/rules.mk +++ b/keyboards/annepro2/c18/rules.mk @@ -26,10 +26,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -# Wear-levelling driver -EEPROM_DRIVER = wear_leveling -WEAR_LEVELING_DRIVER = spi_flash - # Custom RGB matrix handling RGB_MATRIX_ENABLE = yes |