diff options
author | Joel Challis <git@zvecr.com> | 2023-10-23 00:37:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 00:37:27 +0100 |
commit | bf6f13a2b0a185e935b8554e41317ab471a4c0ec (patch) | |
tree | 23d1f65f68e4ae8c1b236ed8ac5daccfa8ead348 /keyboards/xelus/xs60 | |
parent | 79094d3f72709be3c55bd8f22cc0a7e98f4b6564 (diff) |
Consolidate some EEPROM Driver configuration (#22321)
Diffstat (limited to 'keyboards/xelus/xs60')
-rw-r--r-- | keyboards/xelus/xs60/hotswap/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/xelus/xs60/hotswap/config.h b/keyboards/xelus/xs60/hotswap/config.h index d1138c735d..56ecd57ec9 100644 --- a/keyboards/xelus/xs60/hotswap/config.h +++ b/keyboards/xelus/xs60/hotswap/config.h @@ -34,9 +34,6 @@ // I2C EEPROM #define EEPROM_I2C_24LC64 -// More EEPROM for layers -#define DYNAMIC_KEYMAP_EEPROM_MAX_ADDR 8191 - // RGBLIGHT #define RGBLIGHT_LAYERS #define WS2812_EXTERNAL_PULLUP |