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/vinhcatba/uncertainty | |
parent | 79094d3f72709be3c55bd8f22cc0a7e98f4b6564 (diff) |
Consolidate some EEPROM Driver configuration (#22321)
Diffstat (limited to 'keyboards/vinhcatba/uncertainty')
-rw-r--r-- | keyboards/vinhcatba/uncertainty/config.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/vinhcatba/uncertainty/config.h b/keyboards/vinhcatba/uncertainty/config.h index 288f1d81a9..5c02b78efe 100644 --- a/keyboards/vinhcatba/uncertainty/config.h +++ b/keyboards/vinhcatba/uncertainty/config.h @@ -19,11 +19,7 @@ #define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_16_9 /* eeprom i2c driver config */ -#define EXTERNAL_EEPROM_I2C_BASE_ADDRESS 0b10100000 -#define EXTERNAL_EEPROM_BYTE_COUNT 4096 -#define EXTERNAL_EEPROM_PAGE_SIZE 32 -#define EXTERNAL_EEPROM_WRITE_TIME 10 -//#define EEPROM_I2C_24LC32 +#define EEPROM_I2C_24LC32A /* OLED config */ #define OLED_UPDATE_INTERVAL 100 |