mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
📌 Default NeoPixel pin for MKS Robin E3/E3D (#23060)
This commit is contained in:
parent
0d91b07797
commit
08a9c61587
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@
|
|||
#define Z_MIN_PROBE_PIN PB1
|
||||
#endif
|
||||
|
||||
// LED driving pin
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PA2
|
||||
#endif
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue