Skip to content

Commit

Permalink
🩹 Clean up BTT_SKR_CR6
Browse files Browse the repository at this point in the history
Fixes #22665
  • Loading branch information
thinkyhead committed Aug 31, 2021
1 parent 485a186 commit 2c5daa0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,21 @@
#define I2C_EEPROM
#endif

/* I2C */
#if ENABLED(I2C_EEPROM)
#define IIC_EEPROM_SDA PB7
#define IIC_EEPROM_SCL PB6

#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#elif ENABLED(SDCARD_EEPROM_EMULATION)
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#endif

#define E2END (MARLIN_EEPROM_SIZE - 1) // 2KB

//
// Limit Switches
//

#define X_STOP_PIN PC0
#define Y_STOP_PIN PC1
#define Z_STOP_PIN PC14 // Endtop or Probe
#define Z_STOP_PIN PC14 // Endstop or Probe

#define FIL_RUNOUT_PIN PC15

Expand Down Expand Up @@ -165,7 +161,7 @@
#if SD_CONNECTION_IS(ONBOARD)
#define SD_DETECT_PIN PC4
#define ONBOARD_SD_CS_PIN PA4 // Chip select for "System" SD card
#define SDSS ONBOARD_SD_CS_PIN
#define SDSS ONBOARD_SD_CS_PIN
#endif

//
Expand Down

0 comments on commit 2c5daa0

Please sign in to comment.