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",