Browse Source

🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (#23646)

FB4S_WIFI
Bob Kuhn 2 years ago
committed by Scott Lahteine
parent
commit
b2d0f2fd8c
  1. 2
      Marlin/src/pins/ramps/pins_RUMBA.h

2
Marlin/src/pins/ramps/pins_RUMBA.h

@ -220,7 +220,7 @@
#define RGB_LED_B_PIN 40
#endif
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define NEOPIXEL_PIN 25
#define NEOPIXEL_PIN 38
#endif
#else

Loading…
Cancel
Save