diff options
author | Joel Challis <git@zvecr.com> | 2023-05-09 08:52:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 17:52:37 +1000 |
commit | 62be3a7447c0bd88cfea48c5f21c6f00d65f608b (patch) | |
tree | 83220684f69de6798f7760eaa8f2c697203eca8d /keyboards/teleport/native | |
parent | c3c51231ccaea5f46684c7ce19fbc18068fa07c7 (diff) |
Revert use of legacy wear leveling driver now ChibiOS is fixed (#20806)
Diffstat (limited to 'keyboards/teleport/native')
-rw-r--r-- | keyboards/teleport/native/rules.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/teleport/native/rules.mk b/keyboards/teleport/native/rules.mk index 31c83c8eed..2a3743fa75 100644 --- a/keyboards/teleport/native/rules.mk +++ b/keyboards/teleport/native/rules.mk @@ -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
\ No newline at end of file |