diff options
| author | Joel Challis | 2024-02-14 09:54:24 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-14 09:54:24 +0100 |
| commit | 4a64d47f1268c037688b53cbf5bbecc17c5fec96 (patch) | |
| tree | a356a34c9244c5b985556f133744dff81ee16973 /keyboards/keychron/c1_pro/config.h | |
| parent | 50c5403612018ae940af311078dfb760f9b0c2ce (diff) | |
Migrate WEAR_LEVELING_* to info.json (#23077)
Diffstat (limited to 'keyboards/keychron/c1_pro/config.h')
| -rw-r--r-- | keyboards/keychron/c1_pro/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/keychron/c1_pro/config.h b/keyboards/keychron/c1_pro/config.h index 78415190b7..f553399f4b 100644 --- a/keyboards/keychron/c1_pro/config.h +++ b/keyboards/keychron/c1_pro/config.h @@ -16,10 +16,6 @@ #pragma once -/* EEPROM Driver Configuration */ -#define WEAR_LEVELING_LOGICAL_SIZE 2048 -#define WEAR_LEVELING_BACKING_SIZE (WEAR_LEVELING_LOGICAL_SIZE * 2) - /* Increase I2C speed to 1000 KHz */ #define I2C1_TIMINGR_PRESC 0U #define I2C1_TIMINGR_SCLDEL 3U |