diff options
| author | Ryan <fauxpark@gmail.com> | 2023-08-24 07:11:39 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-23 22:11:39 +0100 |
| commit | 023d644bb69748d97feb49091e2c24f3fcd3da11 (patch) | |
| tree | 1f8039d1fdf8408487eb5db0bee542e6f7d08af3 /keyboards/utd80 | |
| parent | 79491e35e1c2abd30620dec21d6073515065cc1a (diff) | |
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9
* Move RGBLight animations to data driven, A
* Move RGBLight animations to data driven, B
* Move RGBLight animations to data driven, C
* Move RGBLight animations to data driven, D
* Move RGBLight animations to data driven, E
* Move RGBLight animations to data driven, F
* Move RGBLight animations to data driven, G
* Move RGBLight animations to data driven, H
* Move RGBLight animations to data driven, handwired
* Move RGBLight animations to data driven, I
* Move RGBLight animations to data driven, J
* Move RGBLight animations to data driven, K
* Move RGBLight animations to data driven, L
* Move RGBLight animations to data driven, M
* Move RGBLight animations to data driven, N
* Move RGBLight animations to data driven, O
* Move RGBLight animations to data driven, P
* Move RGBLight animations to data driven, Q
* Move RGBLight animations to data driven, R
* Move RGBLight animations to data driven, S
* Move RGBLight animations to data driven, T
* Move RGBLight animations to data driven, U
* Move RGBLight animations to data driven, V
* Move RGBLight animations to data driven, W
* Move RGBLight animations to data driven, X
* Move RGBLight animations to data driven, Y
* Move RGBLight animations to data driven, Z
* Fix incorrect placement
* Fix build failures and mismatches
Diffstat (limited to 'keyboards/utd80')
| -rw-r--r-- | keyboards/utd80/config.h | 11 | ||||
| -rw-r--r-- | keyboards/utd80/info.json | 14 |
2 files changed, 13 insertions, 12 deletions
diff --git a/keyboards/utd80/config.h b/keyboards/utd80/config.h index 48ae5adb5b..4a4d65e62f 100644 --- a/keyboards/utd80/config.h +++ b/keyboards/utd80/config.h | |||
| @@ -20,14 +20,3 @@ | |||
| 20 | 20 | ||
| 21 | /* Locking resynchronize hack */ | 21 | /* Locking resynchronize hack */ |
| 22 | #define LOCKING_RESYNC_ENABLE | 22 | #define LOCKING_RESYNC_ENABLE |
| 23 | |||
| 24 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 25 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 26 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 27 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 28 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 29 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 30 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 31 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 32 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 33 | #define RGBLIGHT_EFFECT_TWINKLE | ||
diff --git a/keyboards/utd80/info.json b/keyboards/utd80/info.json index 6e962fb869..a62bb41df6 100644 --- a/keyboards/utd80/info.json +++ b/keyboards/utd80/info.json | |||
| @@ -24,7 +24,19 @@ | |||
| 24 | "rgblight": { | 24 | "rgblight": { |
| 25 | "saturation_steps": 8, | 25 | "saturation_steps": 8, |
| 26 | "brightness_steps": 8, | 26 | "brightness_steps": 8, |
| 27 | "led_count": 4 | 27 | "led_count": 4, |
| 28 | "animations": { | ||
| 29 | "breathing": true, | ||
| 30 | "rainbow_mood": true, | ||
| 31 | "rainbow_swirl": true, | ||
| 32 | "snake": true, | ||
| 33 | "knight": true, | ||
| 34 | "christmas": true, | ||
| 35 | "static_gradient": true, | ||
| 36 | "rgb_test": true, | ||
| 37 | "alternating": true, | ||
| 38 | "twinkle": true | ||
| 39 | } | ||
| 28 | }, | 40 | }, |
| 29 | "ws2812": { | 41 | "ws2812": { |
| 30 | "pin": "E2" | 42 | "pin": "E2" |
