Skip to content

Commit a7fcb49

Browse files
committed
🔧 Longer LK prefer Onboard SD
1 parent ea554a0 commit a7fcb49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Marlin/src/pins/stm32f1/pins_LONGER3D_LK.h

+7
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@
154154
#define LCD_BRIGHTNESS_DEFAULT TFT_BACKLIGHT_PWM
155155
#endif
156156

157+
//
158+
// SD Support
159+
//
160+
#ifndef SDCARD_CONNECTION
161+
#define SDCARD_CONNECTION ONBOARD
162+
#endif
163+
157164
#if SD_CONNECTION_IS(ONBOARD)
158165
#define ONBOARD_SDIO
159166
#define SD_SS_PIN -1 // else SDSS set to PA4 in M43 (spi_pins.h)

0 commit comments

Comments
 (0)