From 3b2ca84098449f31611d7a6726897785949bede2 Mon Sep 17 00:00:00 2001 From: 9R <9r@muc.ccc.de> Date: Mon, 5 Jun 2023 11:43:54 +0200 Subject: [PATCH] use new led-strip pin variable name --- keyboards/handwired/replicazeron/config.h | 1 - keyboards/handwired/replicazeron/stm32f103/config.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboards/handwired/replicazeron/config.h b/keyboards/handwired/replicazeron/config.h index c3f560ceef9..027b4406c04 100644 --- a/keyboards/handwired/replicazeron/config.h +++ b/keyboards/handwired/replicazeron/config.h @@ -31,7 +31,6 @@ #define LOCKING_RESYNC_ENABLE /* RGB Config */ -#define RGB_DI_PIN B14 #define RGBLED_NUM 6 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_KNIGHT diff --git a/keyboards/handwired/replicazeron/stm32f103/config.h b/keyboards/handwired/replicazeron/stm32f103/config.h index 97a1942a560..f042b78ec21 100644 --- a/keyboards/handwired/replicazeron/stm32f103/config.h +++ b/keyboards/handwired/replicazeron/stm32f103/config.h @@ -26,3 +26,5 @@ #define ANALOG_AXIS_PIN_X B0 #define ANALOG_AXIS_PIN_Y B1 + +#define WS2812_DI_PIN B14