diff options
| author | Joel Challis | 2023-10-23 01:37:27 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-23 01:37:27 +0200 |
| commit | bf6f13a2b0a185e935b8554e41317ab471a4c0ec (patch) | |
| tree | 23d1f65f68e4ae8c1b236ed8ac5daccfa8ead348 /keyboards/tau4/config.h | |
| parent | 79094d3f72709be3c55bd8f22cc0a7e98f4b6564 (diff) | |
Consolidate some EEPROM Driver configuration (#22321)
Diffstat (limited to 'keyboards/tau4/config.h')
| -rw-r--r-- | keyboards/tau4/config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/tau4/config.h b/keyboards/tau4/config.h index 053f210c07..e36b3b8f2e 100644 --- a/keyboards/tau4/config.h +++ b/keyboards/tau4/config.h @@ -17,15 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -// Buggy, currently disabled -/* #define EXTERNAL_EEPROM_I2C_BASE_ADDRESS 0b10100000 -#define EXTERNAL_EEPROM_I2C_ADDRESS(loc) (EXTERNAL_EEPROM_I2C_BASE_ADDRESS | ((((loc) >> 8) & 0x07) << 1)) -#define EXTERNAL_EEPROM_BYTE_COUNT 2048 -#define EXTERNAL_EEPROM_PAGE_SIZE 16 -#define EXTERNAL_EEPROM_ADDRESS_SIZE 1 -#define EXTERNAL_EEPROM_WRITE_TIME 5 */ - #define RGBLIGHT_LAYERS_RETAIN_VAL #define OLED_DISPLAY_WIDTH 128 |