summaryrefslogtreecommitdiff
path: root/keyboards/smallkeyboard/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-16 01:03:55 +0000
committerGitHub <noreply@github.com>2024-01-16 01:03:55 +0000
commita90b45e8320389160ee1a649ccf95d6d820fd277 (patch)
tree2a7dbc7cdb6dc5d1ffef7511ad2307ea0a10db8c /keyboards/smallkeyboard/info.json
parentde6ae3408c798ab38ed09b6c91ae1684121f5ca2 (diff)
Migrate RGB Matrix config to info.json - RS (#22909)
Diffstat (limited to 'keyboards/smallkeyboard/info.json')
-rw-r--r--keyboards/smallkeyboard/info.json31
1 files changed, 30 insertions, 1 deletions
diff --git a/keyboards/smallkeyboard/info.json b/keyboards/smallkeyboard/info.json
index 9fb889d28e..d5a64f465a 100644
--- a/keyboards/smallkeyboard/info.json
+++ b/keyboards/smallkeyboard/info.json
@@ -9,7 +9,36 @@
"device_version": "0.0.1"
},
"rgb_matrix": {
- "driver": "is31fl3731"
+ "animations": {
+ "alphas_mods": true,
+ "gradient_left_right": true,
+ "breathing": true,
+ "band_val": true,
+ "band_pinwheel_val": true,
+ "band_spiral_val": true,
+ "cycle_all": true,
+ "cycle_left_right": true,
+ "cycle_up_down": true,
+ "rainbow_moving_chevron": true,
+ "cycle_out_in": true,
+ "cycle_out_in_dual": true,
+ "cycle_pinwheel": true,
+ "cycle_spiral": true,
+ "dual_beacon": true,
+ "rainbow_beacon": true,
+ "rainbow_pinwheels": true,
+ "raindrops": true,
+ "jellybean_raindrops": true,
+ "hue_breathing": true,
+ "hue_pendulum": true,
+ "hue_wave": true,
+ "pixel_rain": true,
+ "typing_heatmap": true,
+ "solid_reactive_simple": true,
+ "solid_reactive": true
+ },
+ "driver": "is31fl3731",
+ "sleep": true
},
"matrix_pins": {
"cols": ["F7", "F6", "F5"],