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/custommk | |
| parent | 79094d3f72709be3c55bd8f22cc0a7e98f4b6564 (diff) | |
Consolidate some EEPROM Driver configuration (#22321)
Diffstat (limited to 'keyboards/custommk')
| -rw-r--r-- | keyboards/custommk/evo70_r2/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/custommk/evo70_r2/config.h b/keyboards/custommk/evo70_r2/config.h index 25ab789d75..62606cf1ee 100644 --- a/keyboards/custommk/evo70_r2/config.h +++ b/keyboards/custommk/evo70_r2/config.h @@ -26,6 +26,7 @@ #define MATRIX_ROW_PINS { A8, A1, A2, B1, A7 } // FRAM configuration +#define EEPROM_SPI_MB85RS64V #define EXTERNAL_EEPROM_SPI_SLAVE_SELECT_PIN A0 #define EXTERNAL_EEPROM_SPI_CLOCK_DIVISOR 4 // 48MHz / 4 = 12MHz; max supported by MB85R64 is 20MHz |