From 9373e9ed7e142ab8d1ddd5a093fda3ee1cfff062 Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Fri, 3 Nov 2023 07:31:25 +0900 Subject: [PATCH] Migrate rgblight.pin and RGB_DI_PIN to ws2812.pin (qmk#20303) --- keyboards/sandy/dn0020/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/sandy/dn0020/config.h b/keyboards/sandy/dn0020/config.h index 64cdd204f429..2ed1c4d500b9 100644 --- a/keyboards/sandy/dn0020/config.h +++ b/keyboards/sandy/dn0020/config.h @@ -45,8 +45,8 @@ along with this program. If not, see . #endif /* RGB LED */ -#define RGB_DI_PIN B7 -#ifdef RGB_DI_PIN +#define WS2812_DI_PIN B7 +#ifdef WS2812_DI_PIN #define RGBLED_NUM 4 // Left(2) + Right(2) #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8