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/tzarc/ghoul | |
parent | 79094d3f72709be3c55bd8f22cc0a7e98f4b6564 (diff) |
Consolidate some EEPROM Driver configuration (#22321)
Diffstat (limited to 'keyboards/tzarc/ghoul')
-rw-r--r-- | keyboards/tzarc/ghoul/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/tzarc/ghoul/config.h b/keyboards/tzarc/ghoul/config.h index 932ea8eb50..402f14cd92 100644 --- a/keyboards/tzarc/ghoul/config.h +++ b/keyboards/tzarc/ghoul/config.h @@ -8,8 +8,7 @@ // #define MATRIX_COLS 8 // actually defined in info.json: 8 bits per register // EEPROM configuration -#define EXTERNAL_EEPROM_BYTE_COUNT 8192 -#define EXTERNAL_EEPROM_PAGE_SIZE 64 // it's FRAM, so it doesn't actually matter, this just sets the RAM buffer +#define EEPROM_SPI_MB85RS64V // RGB configuration #define RGB_MATRIX_LED_COUNT 40 |