🔧 EEPROM options for BTT SKR 1.4 (#22092)

This commit is contained in:
Radek 2021-06-10 19:51:07 +02:00 committed by Scott Lahteine
parent 507e1e436e
commit 59842edbcb

View File

@ -31,6 +31,20 @@
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
#endif
//
// EEPROM
//
#if NO_EEPROM_SELECTED
//#define I2C_EEPROM // EEPROM on I2C-0
//#define SDCARD_EEPROM_EMULATION
#endif
#if ENABLED(I2C_EEPROM)
#define MARLIN_EEPROM_SIZE 0x8000 // 32Kb
#elif ENABLED(SDCARD_EEPROM_EMULATION)
#define MARLIN_EEPROM_SIZE 0x800 // 2Kb
#endif
//
// Servos
//