Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 6bfae5de authored by InsanityAutomation's avatar InsanityAutomation Committed by GitHub
Browse files

Fix SKR 1.4 Turbo SD_DETECT_PIN (#16955)

parent 3e685777
No related branches found
No related tags found
No related merge requests found
......@@ -150,11 +150,6 @@
#define TEMP_1_PIN P0_23_A0 // A2 (T2) - (69) - TEMP_1_PIN
#define TEMP_BED_PIN P0_25_A2 // A0 (T0) - (67) - TEMP_BED_PIN
//
// Include common SKR pins
//
#include "pins_BTT_SKR_common.h"
//
// Software SPI pins for TMC2130 stepper drivers
//
......@@ -264,7 +259,10 @@
#define LCD_PINS_D4 P1_20
#define LCD_SDSS P0_16 // (16) J3-7 & AUX-4
#if SD_CONNECTION_IS(LCD)
#define SD_DETECT_PIN P1_31 // (49) (NOT 5V tolerant)
#endif
#if ENABLED(FYSETC_MINI_12864)
#define DOGLCD_CS P1_18
......@@ -329,3 +327,8 @@
* P0_27 (57) (Open collector)
* P0_28 (58) (Open collector)
*/
//
// Include common SKR pins
//
#include "pins_BTT_SKR_common.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment