diff options
| author | Joel Challis | 2023-09-12 07:47:12 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-12 07:47:12 +0200 |
| commit | 909054c35772ae62d6d2de0cefd1bef18762e754 (patch) | |
| tree | 10a7be9d4ef2e3b6962e108beea3f29514ef0f4c /keyboards/annepro2/c18/rules.mk | |
| parent | 06cec720dde5e4c9acfb476cbdf3e098a2172eee (diff) | |
Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)
Diffstat (limited to 'keyboards/annepro2/c18/rules.mk')
| -rw-r--r-- | keyboards/annepro2/c18/rules.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 |