From edd1e9c46d18ba90f8819ccd20a53e0ffa572309 Mon Sep 17 00:00:00 2001 From: Aaron Hong Date: Sun, 28 May 2023 22:51:48 -0700 Subject: [PATCH] Remove deprecated RGB_DI_PIN and move WS2812 pin/driver declarations to info.json --- keyboards/synthlabs/065/config.h | 1 - keyboards/synthlabs/065/info.json | 4 ++++ keyboards/synthlabs/065/rules.mk | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/keyboards/synthlabs/065/config.h b/keyboards/synthlabs/065/config.h index ac44398bc18..af479766a1d 100644 --- a/keyboards/synthlabs/065/config.h +++ b/keyboards/synthlabs/065/config.h @@ -8,7 +8,6 @@ #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_FRAMEBUFFER_EFFECTS #define RGB_DISABLE_WHEN_USB_SUSPENDED -#define RGB_DI_PIN GP18 // RGB Matrix Animation modes // For full list of effects, see: diff --git a/keyboards/synthlabs/065/info.json b/keyboards/synthlabs/065/info.json index d6836e79071..0a174ed0fb4 100644 --- a/keyboards/synthlabs/065/info.json +++ b/keyboards/synthlabs/065/info.json @@ -27,6 +27,10 @@ "community_layouts": [ "65_ansi" ], + "ws2812": { + "pin": "GP18", + "driver": "vendor" + }, "rgb_matrix": { "driver": "WS2812", "layout": [ diff --git a/keyboards/synthlabs/065/rules.mk b/keyboards/synthlabs/065/rules.mk index 997fce7e65c..e69de29bb2d 100644 --- a/keyboards/synthlabs/065/rules.mk +++ b/keyboards/synthlabs/065/rules.mk @@ -1 +0,0 @@ -WS2812_DRIVER = vendor