Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)

This commit is contained in:
Joel Challis
2023-05-09 08:52:37 +01:00
committed by GitHub
parent c3c51231cc
commit 62be3a7447
3 changed files with 0 additions and 10 deletions

View File

@@ -10,8 +10,6 @@ NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy
LTO_ENABLE = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread

View File

@@ -2,7 +2,3 @@ RGB_MATRIX_ENABLE = yes
RGB_MATRIX_CUSTOM_KB = yes
DEFAULT_FOLDER = teleport/native/iso
# Temporary workaround while waiting fixes of F411xC flash size definitions
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = legacy