From 29b742cfc4bd0915e2120016eb470996a4052c3e Mon Sep 17 00:00:00 2001
From: ellensp <530024+ellensp@users.noreply.github.com>
Date: Sun, 14 Jul 2024 04:55:40 +1200
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20MKS=20Base=20default=201.4?=
 =?UTF-8?q?=20RGB=20pins=20(#27263)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/pins/ramps/pins_MKS_BASE_14.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/src/pins/ramps/pins_MKS_BASE_14.h b/Marlin/src/pins/ramps/pins_MKS_BASE_14.h
index 9877877ffdf..43644a4506f 100644
--- a/Marlin/src/pins/ramps/pins_MKS_BASE_14.h
+++ b/Marlin/src/pins/ramps/pins_MKS_BASE_14.h
@@ -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