Skip to content

Commit d58168a

Browse files
authored
🩹 Fix a NeoPixel override (#26492)
1 parent 8cf936c commit d58168a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_V2.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
#define WIFI_RESET_PIN PD14 // MKS ESP WIFI RESET PIN
5959
#endif
6060

61-
#define NEOPIXEL_PIN PC5
61+
// The FYSETC_MINI_12864_2_1 uses one of the EXP pins
62+
#if DISABLED(FYSETC_MINI_12864_2_1) && !defined(NEOPIXEL_PIN)
63+
#define NEOPIXEL_PIN PC5
64+
#endif
6265

6366
#include "pins_MKS_MONSTER8_common.h"

0 commit comments

Comments
 (0)