Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 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,22 @@
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
#endif

//
// EEPROM SD
//
//uncomment to enable EEPROM simulation on the SD card
//#define SDCARD_EEPROM_EMULATION

//
//EEPROM I2C
//
// uncomment to enable the EEPROM I2C module
//#define I2C_EEPROM
//#ifdef E2END
// #undef E2END
//#endif
//#define E2END 0x7FFF // koncová adresa EEPROM 24C256 (32 kB = 8 kB)

//
// Servos
//
Expand Down