summaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards/super16
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/1upkeyboards/super16')
-rw-r--r--keyboards/1upkeyboards/super16/config.h13
-rw-r--r--keyboards/1upkeyboards/super16/info.json14
2 files changed, 14 insertions, 13 deletions
diff --git a/keyboards/1upkeyboards/super16/config.h b/keyboards/1upkeyboards/super16/config.h
index 77548c9744..7a5c6e0e83 100644
--- a/keyboards/1upkeyboards/super16/config.h
+++ b/keyboards/1upkeyboards/super16/config.h
@@ -18,18 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
# define RGB_MATRIX_LED_COUNT 16
-# ifdef RGBLIGHT_ENABLE
-# 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
-# elif defined RGB_MATRIX_ENABLE
+# ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_KEYPRESSES // reacts to keypresses
# define RGB_MATRIX_FRAMEBUFFER_EFFECTS // reacts to keyreleases (instead of keypresses)
// RGB Matrix Animation modes. Explicitly enabled
diff --git a/keyboards/1upkeyboards/super16/info.json b/keyboards/1upkeyboards/super16/info.json
index 3fd1e80a44..6d63921f1b 100644
--- a/keyboards/1upkeyboards/super16/info.json
+++ b/keyboards/1upkeyboards/super16/info.json
@@ -15,7 +15,19 @@
"saturation_steps": 8,
"brightness_steps": 8,
"led_count": 16,
- "sleep": true
+ "sleep": true,
+ "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
+ }
},
"rgb_matrix": {
"driver": "ws2812"