From ae3a7142cdd8204bc11db92acae1a9a009db024b Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sat, 16 May 2020 19:09:25 +0200 Subject: [PATCH] Fixed rgb split --- keyboards/handwired/adept42/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/handwired/adept42/config.h b/keyboards/handwired/adept42/config.h index 252b67ba02..ba050b1c09 100644 --- a/keyboards/handwired/adept42/config.h +++ b/keyboards/handwired/adept42/config.h @@ -28,7 +28,7 @@ /* Configure rgb under glow */ #define RGB_DI_PIN D3 #define RGBLED_NUM 6 -#define RGBLED_SPLIT 3 +#define RGBLED_SPLIT { 3, 3 } /* Enable split usb detect for Sparkfun Pro Micro */ #define SPLIT_USB_DETECT