Skip to content

Commit

Permalink
📌 Default NeoPixel pin for MKS Robin E3/E3D (MarlinFirmware#23060)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and tpruvot committed Nov 3, 2021
1 parent fbeaee6 commit b0a7241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
#define Z_MIN_PROBE_PIN PB1
#endif

// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif

//
// Steppers
//
Expand Down

0 comments on commit b0a7241

Please sign in to comment.