summaryrefslogtreecommitdiffstats
path: root/keyboards/neito
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/neito')
-rw-r--r--keyboards/neito/config.h13
-rw-r--r--keyboards/neito/info.json14
2 files changed, 13 insertions, 14 deletions
diff --git a/keyboards/neito/config.h b/keyboards/neito/config.h
index 7117516afb..606ac53b7c 100644
--- a/keyboards/neito/config.h
+++ b/keyboards/neito/config.h
@@ -16,16 +16,3 @@
#pragma once
#define GRAVE_ESC_CTRL_OVERRIDE
-
-/* RGB Light Configuration */
-
-#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
diff --git a/keyboards/neito/info.json b/keyboards/neito/info.json
index 98b135756b..fcf24c68c8 100644
--- a/keyboards/neito/info.json
+++ b/keyboards/neito/info.json
@@ -37,7 +37,19 @@
"brightness_steps": 8,
"led_count": 11,
"max_brightness": 200,
- "led_map": [4, 3, 2, 1, 0, 10, 9, 8, 7, 6, 5]
+ "led_map": [4, 3, 2, 1, 0, 10, 9, 8, 7, 6, 5],
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "knight": true,
+ "christmas": true,
+ "static_gradient": true,
+ "rgb_test": true,
+ "alternating": true,
+ "twinkle": true
+ }
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",