From 50a8287f34d6635c40bbefc62a0f857235c2e0bf Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Tue, 2 May 2023 07:26:46 +0800 Subject: Vertex/angle65 WS2812 pin fix (#20653) --- keyboards/vertex/angle65/config.h | 1 - keyboards/vertex/angle65/info.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/vertex') diff --git a/keyboards/vertex/angle65/config.h b/keyboards/vertex/angle65/config.h index cd00839ace..4db0deb111 100644 --- a/keyboards/vertex/angle65/config.h +++ b/keyboards/vertex/angle65/config.h @@ -28,7 +28,6 @@ along with this program. If not, see . #define RGBLIGHT_EFFECT_RGB_TEST #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define RGB_DI_PIN B15 #define RGBLED_NUM 9 #define WS2812_SPI SPID2 #define WS2812_SPI_MOSI_PAL_MODE 5 diff --git a/keyboards/vertex/angle65/info.json b/keyboards/vertex/angle65/info.json index 98a9275360..03649ab072 100644 --- a/keyboards/vertex/angle65/info.json +++ b/keyboards/vertex/angle65/info.json @@ -20,6 +20,9 @@ "caps_lock": "C13", "on_state": 0 }, + "ws2812": { + "pin": "B15" + }, "layouts": { "LAYOUT": { "layout": [ -- cgit v1.2.3