Skip to content

Commit

Permalink
🩹 Fix a NeoPixel override (MarlinFirmware#26492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and classicrocker883 committed Dec 26, 2023
1 parent 19cb121 commit 062e7c0
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 062e7c0

Please sign in to comment.