0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-02 07:00:42 +00:00

🔧 Fix MKS Base default 1.4 RGB pins (#27263)

This commit is contained in:
ellensp 2024-07-14 04:55:40 +12:00 committed by GitHub
parent 57bda2ff3b
commit 29b742cfc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,10 +43,10 @@
#ifndef RGB_LED_R_PIN
#define RGB_LED_R_PIN 50
#endif
#ifndef RGB_LED_R_PIN
#ifndef RGB_LED_G_PIN
#define RGB_LED_G_PIN 51
#endif
#ifndef RGB_LED_R_PIN
#ifndef RGB_LED_B_PIN
#define RGB_LED_B_PIN 52
#endif