🔧 EEPROM options for BTT SKR 1.4 (#22092)
This commit is contained in:
parent
507e1e436e
commit
59842edbcb
@ -31,6 +31,20 @@
|
|||||||
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
|
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
|
||||||
#endif
|
#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
|
// Servos
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user