Browse Source

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

Keith Bennett 2 years ago
parent
commit
0db9f9a828
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h

+ 5
- 0
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h View File

@@ -64,6 +64,11 @@
64 64
   #define Z_MIN_PROBE_PIN                   PB1
65 65
 #endif
66 66
 
67
+// LED driving pin
68
+#ifndef NEOPIXEL_PIN
69
+  #define NEOPIXEL_PIN                      PA2
70
+#endif
71
+
67 72
 //
68 73
 // Steppers
69 74
 //

Loading…
Cancel
Save