diff options
Diffstat (limited to 'keyboards/keychron/q2/config.h')
-rw-r--r-- | keyboards/keychron/q2/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keychron/q2/config.h b/keyboards/keychron/q2/config.h index bb25a3c982..511cc4f5ac 100644 --- a/keyboards/keychron/q2/config.h +++ b/keyboards/keychron/q2/config.h @@ -59,7 +59,8 @@ #define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 2047 /* EEPROM Driver Configuration */ -#define EXTERNAL_EEPROM_I2C_BASE_ADDRESS 0b10100010 +#define WEAR_LEVELING_LOGICAL_SIZE 2048 +#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2) // RGB Matrix Animation modes. Explicitly enabled // For full list of effects, see: |