Skip to content

Commit

Permalink
🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (MarlinFirmware#23646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-the-Kuhn authored and Omkar Dhekne committed Mar 25, 2024
1 parent 20225c2 commit bb51278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_RUMBA.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
#define RGB_LED_B_PIN 40
#endif
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define NEOPIXEL_PIN 25
#define NEOPIXEL_PIN 38
#endif

#else
Expand Down

0 comments on commit bb51278

Please sign in to comment.