🔧 Fix MKS Base default 1.4 RGB pins (#27263)
This commit is contained in:
@@ -43,10 +43,10 @@
|
|||||||
#ifndef RGB_LED_R_PIN
|
#ifndef RGB_LED_R_PIN
|
||||||
#define RGB_LED_R_PIN 50
|
#define RGB_LED_R_PIN 50
|
||||||
#endif
|
#endif
|
||||||
#ifndef RGB_LED_R_PIN
|
#ifndef RGB_LED_G_PIN
|
||||||
#define RGB_LED_G_PIN 51
|
#define RGB_LED_G_PIN 51
|
||||||
#endif
|
#endif
|
||||||
#ifndef RGB_LED_R_PIN
|
#ifndef RGB_LED_B_PIN
|
||||||
#define RGB_LED_B_PIN 52
|
#define RGB_LED_B_PIN 52
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user