Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

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 0xk1f0 committed Dec 26, 2021
1 parent 54c2aeb commit 3970c30
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 3970c30

Please sign in to comment.