Skip to content

Commit

Permalink
馃┕ Fix a NeoPixel override (#26492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Dec 5, 2023
1 parent 8cf936c commit d58168a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Marlin/src/pins/stm32f4/pins_MKS_MONSTER8_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
#define WIFI_RESET_PIN PD14 // MKS ESP WIFI RESET PIN
#endif

#define NEOPIXEL_PIN PC5
// The FYSETC_MINI_12864_2_1 uses one of the EXP pins
#if DISABLED(FYSETC_MINI_12864_2_1) && !defined(NEOPIXEL_PIN)
#define NEOPIXEL_PIN PC5
#endif

#include "pins_MKS_MONSTER8_common.h"

0 comments on commit d58168a

Please sign in to comment.