From ead8350a65b64b47a75ec127f1cb9142c2061696 Mon Sep 17 00:00:00 2001 From: Gondolindrim Date: Wed, 10 Jan 2024 18:07:27 -0300 Subject: [PATCH] Move RGB default animation to `info.json` --- keyboards/typek/config.h | 5 ----- keyboards/typek/info.json | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/keyboards/typek/config.h b/keyboards/typek/config.h index cd9b71709fe..70888597657 100644 --- a/keyboards/typek/config.h +++ b/keyboards/typek/config.h @@ -15,11 +15,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#define RGBLIGHT_LIMIT_VAL 200 -#define RGBLIGHT_DEFAULT_VAL RGBLIGHT_LIMIT_VAL - -#define RGBLIGHT_DEFAULT_MODE (RGBLIGHT_MODE_RAINBOW_SWIRL + 5) - #define WS2812_PWM_COMPLEMENTARY_OUTPUT #define WS2812_PWM_DRIVER PWMD1 #define WS2812_PWM_CHANNEL 3 diff --git a/keyboards/typek/info.json b/keyboards/typek/info.json index afd20efb114..3f12f19b4f1 100644 --- a/keyboards/typek/info.json +++ b/keyboards/typek/info.json @@ -39,6 +39,10 @@ "rgb_test": true, "alternating": true, "twinkle": true + }, + "default": { + "animation": "rainbow_swirl", + "val": 200 } }, "url": "https://www.gok.design/type-k",