📌 Default NeoPixel pin for MKS Robin E3/E3D (#23060)

x301
Keith Bennett 3 years ago committed by Scott Lahteine
parent 0d91b07797
commit 08a9c61587

@ -64,6 +64,11 @@
#define Z_MIN_PROBE_PIN PB1
#endif
// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif
//
// Steppers
//

Loading…
Cancel
Save