mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 17:56:14 +00:00
🐛 Fix RUMBA + MKS Mini12864 Neopixel pin (#23646)
This commit is contained in:
parent
71d54dab3c
commit
7ef9e6df98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue