diff options
author | Nick Brassel <nick@tzarc.org> | 2022-11-12 10:57:44 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 23:57:44 +0000 |
commit | 092228571c40a31d88940055b4d2fa749f135314 (patch) | |
tree | e3cf8605a284ef7448f43a6f636c17271b4b8cd3 /keyboards/mechlovin/hex6c/config.h | |
parent | 8c6d2946f7187ecc8ad53afa8f2365b352524459 (diff) |
Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, GD32V. (#19020)
Diffstat (limited to 'keyboards/mechlovin/hex6c/config.h')
-rw-r--r-- | keyboards/mechlovin/hex6c/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/mechlovin/hex6c/config.h b/keyboards/mechlovin/hex6c/config.h index c3125f217f..5f88d8ee70 100644 --- a/keyboards/mechlovin/hex6c/config.h +++ b/keyboards/mechlovin/hex6c/config.h @@ -54,4 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENCODER_RESOLUTION 4 #define TAP_CODE_DELAY 10 -#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047
\ No newline at end of file + +#define WEAR_LEVELING_BACKING_SIZE 4096 +#define WEAR_LEVELING_LOGICAL_SIZE 2048 |