summaryrefslogtreecommitdiff
path: root/keyboards/frooastboard
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-08-24 07:11:39 +1000
committerGitHub <noreply@github.com>2023-08-23 22:11:39 +0100
commit023d644bb69748d97feb49091e2c24f3fcd3da11 (patch)
tree1f8039d1fdf8408487eb5db0bee542e6f7d08af3 /keyboards/frooastboard
parent79491e35e1c2abd30620dec21d6073515065cc1a (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/frooastboard')
-rw-r--r--keyboards/frooastboard/nano/config.h6
-rw-r--r--keyboards/frooastboard/nano/info.json9
2 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/frooastboard/nano/config.h b/keyboards/frooastboard/nano/config.h
index bf0b6ea79b..d28c057500 100644
--- a/keyboards/frooastboard/nano/config.h
+++ b/keyboards/frooastboard/nano/config.h
@@ -20,10 +20,4 @@
20 20
21#define RGBLIGHT_DEFAULT_VAL 190 21#define RGBLIGHT_DEFAULT_VAL 190
22 22
23#define RGBLIGHT_EFFECT_RAINBOW_MOOD
24#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
25#define RGBLIGHT_EFFECT_TWINKLE
26#define RGBLIGHT_EFFECT_BREATHING
27#define RGBLIGHT_EFFECT_SNAKE
28
29#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD + 2 23#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_MOOD + 2
diff --git a/keyboards/frooastboard/nano/info.json b/keyboards/frooastboard/nano/info.json
index f309c802d5..6112c4832c 100644
--- a/keyboards/frooastboard/nano/info.json
+++ b/keyboards/frooastboard/nano/info.json
@@ -28,7 +28,14 @@
28 "saturation_steps": 8, 28 "saturation_steps": 8,
29 "brightness_steps": 8, 29 "brightness_steps": 8,
30 "led_count": 8, 30 "led_count": 8,
31 "sleep": true 31 "sleep": true,
32 "animations": {
33 "breathing": true,
34 "rainbow_mood": true,
35 "rainbow_swirl": true,
36 "snake": true,
37 "twinkle": true
38 }
32 }, 39 },
33 "ws2812": { 40 "ws2812": {
34 "pin": "B4" 41 "pin": "B4"