Browse Source

🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (#23646)

Bob Kuhn 2 years ago
parent
commit
7ef9e6df98
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/ramps/pins_RUMBA.h

+ 1
- 1
Marlin/src/pins/ramps/pins_RUMBA.h View File

220
       #define RGB_LED_B_PIN                   40
220
       #define RGB_LED_B_PIN                   40
221
     #endif
221
     #endif
222
   #elif ENABLED(FYSETC_MINI_12864_2_1)
222
   #elif ENABLED(FYSETC_MINI_12864_2_1)
223
-    #define NEOPIXEL_PIN                      25
223
+    #define NEOPIXEL_PIN                      38
224
   #endif
224
   #endif
225
 
225
 
226
 #else
226
 #else

Loading…
Cancel
Save