From 3073ad6c2f12044bbd438b4efc05eb6572b5d559 Mon Sep 17 00:00:00 2001 From: Matteo Dal Molin Date: Thu, 17 Aug 2023 23:18:44 +0200 Subject: [PATCH] move animations into info.json to cover both keymaps with the same settings --- keyboards/handwired/neodox/info.json | 14 +++++++++++++- .../handwired/neodox/keymaps/default/config.h | 16 ---------------- 2 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 keyboards/handwired/neodox/keymaps/default/config.h diff --git a/keyboards/handwired/neodox/info.json b/keyboards/handwired/neodox/info.json index 38553e04192..6ffce5b4a17 100644 --- a/keyboards/handwired/neodox/info.json +++ b/keyboards/handwired/neodox/info.json @@ -39,7 +39,19 @@ "split": true, "layers": { "enabled": true - } + }, + "animations": { + "alternating": true, + "breathing": true, + "christmas": true, + "knight": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "rgb_test": true, + "snake": true, + "static_gradient": true, + "twinkle": true + } }, "split": { "enabled": true, diff --git a/keyboards/handwired/neodox/keymaps/default/config.h b/keyboards/handwired/neodox/keymaps/default/config.h deleted file mode 100644 index 41a1722d8fe..00000000000 --- a/keyboards/handwired/neodox/keymaps/default/config.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright 2022 MatteoDM -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#define RGBLIGHT_EFFECT_BREATHING -#define RGBLIGHT_EFFECT_RAINBOW_MOOD -#define RGBLIGHT_EFFECT_RAINBOW_SWIRL -#define RGBLIGHT_EFFECT_SNAKE -#define RGBLIGHT_EFFECT_KNIGHT -#define RGBLIGHT_EFFECT_CHRISTMAS -#define RGBLIGHT_EFFECT_STATIC_GRADIENT -#define RGBLIGHT_EFFECT_RGB_TEST -#define RGBLIGHT_EFFECT_ALTERNATING -#define RGBLIGHT_EFFECT_TWINKLE - \ No newline at end of file