Skip to content

Commit

Permalink
🔧 EEPROM options for BTT SKR 1.4 (#22092)
Browse files Browse the repository at this point in the history
  • Loading branch information
radek8 authored and thinkyhead committed Jun 15, 2021
1 parent 507e1e4 commit 59842ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 59842ed

Please sign in to comment.