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/viktus | |
| 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/viktus')
| -rw-r--r-- | keyboards/viktus/sp_mini/config.h | 12 | ||||
| -rw-r--r-- | keyboards/viktus/sp_mini/info.json | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/keyboards/viktus/sp_mini/config.h b/keyboards/viktus/sp_mini/config.h index d83026859d..6c7ecf8515 100644 --- a/keyboards/viktus/sp_mini/config.h +++ b/keyboards/viktus/sp_mini/config.h | |||
| @@ -23,18 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | #define MASTER_LEFT | 23 | #define MASTER_LEFT |
| 24 | #define USE_I2C | 24 | #define USE_I2C |
| 25 | 25 | ||
| 26 | /* ws2812 RGB LED */ | ||
| 27 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 28 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 29 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 30 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 31 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 32 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 33 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 34 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 35 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 36 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 37 | |||
| 38 | /* | 26 | /* |
| 39 | * Feature disable options | 27 | * Feature disable options |
| 40 | * These options are also useful to firmware size reduction. | 28 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/viktus/sp_mini/info.json b/keyboards/viktus/sp_mini/info.json index 60b4d1996b..6deb64c63c 100644 --- a/keyboards/viktus/sp_mini/info.json +++ b/keyboards/viktus/sp_mini/info.json | |||
| @@ -28,7 +28,19 @@ | |||
| 28 | }, | 28 | }, |
| 29 | "rgblight": { | 29 | "rgblight": { |
| 30 | "led_count": 24, | 30 | "led_count": 24, |
| 31 | "split_count": [12, 12] | 31 | "split_count": [12, 12], |
| 32 | "animations": { | ||
| 33 | "breathing": true, | ||
| 34 | "rainbow_mood": true, | ||
| 35 | "rainbow_swirl": true, | ||
| 36 | "snake": true, | ||
| 37 | "knight": true, | ||
| 38 | "christmas": true, | ||
| 39 | "static_gradient": true, | ||
| 40 | "rgb_test": true, | ||
| 41 | "alternating": true, | ||
| 42 | "twinkle": true | ||
| 43 | } | ||
| 32 | }, | 44 | }, |
| 33 | "ws2812": { | 45 | "ws2812": { |
| 34 | "pin": "E6" | 46 | "pin": "E6" |
