From fffc5237a7935fc312875514b76ffaf14e064667 Mon Sep 17 00:00:00 2001
From: Benjamin Kesselring <benji@Benjamins-MacBook-Pro.local>
Date: Sat, 29 Jul 2017 14:28:48 -0600
Subject: [PATCH] fix RGB

---
 keyboards/xd75/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h
index 1940cc6f98..aff38e5d2c 100644
--- a/keyboards/xd75/config.h
+++ b/keyboards/xd75/config.h
@@ -162,7 +162,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // ws2812 options
 #define RGB_DI_PIN F6 // pin the DI on the ws2812 is hooked-up to
 #define RGBLIGHT_ANIMATIONS // run RGB animations
-#define RGBLED_NUM 18 // number of LEDs
+#define RGBLED_NUM 6 // number of LEDs
 #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue
 #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation
 #define RGBLIGHT_VAL_STEP 12 // units to step when in/decreasing value (brightness)