diff options
| author | Joel Challis | 2024-02-01 13:05:29 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-01 13:05:29 +0100 |
| commit | 6761936fcd28d21df7e6dde27584d75d0df22262 (patch) | |
| tree | 15d34b9e7acab9fe6c8874e158a5f7209465eb06 /keyboards/keebio/iris/rev6/info.json | |
| parent | 3dee67a05a7f64991924dd92762194a9233e3b2f (diff) | |
Migrate RGB Matrix config to info.json - K (#22911)
Diffstat (limited to 'keyboards/keebio/iris/rev6/info.json')
| -rw-r--r-- | keyboards/keebio/iris/rev6/info.json | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev6/info.json b/keyboards/keebio/iris/rev6/info.json index 94c30211a1..b9b13d30d7 100644 --- a/keyboards/keebio/iris/rev6/info.json +++ b/keyboards/keebio/iris/rev6/info.json @@ -5,7 +5,47 @@ "device_version": "6.2.0" }, "rgb_matrix": { - "driver": "ws2812" + "animations":{ + "alphas_mods": true, + "gradient_up_down": true, + "gradient_left_right": true, + "breathing": true, + "band_sat": true, + "band_val": true, + "band_pinwheel_sat": true, + "band_pinwheel_val": true, + "band_spiral_sat": 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, + "typing_heatmap": true, + "digital_rain": true, + "solid_reactive_simple": true, + "solid_reactive": true, + "solid_reactive_wide": true, + "solid_reactive_multiwide": true, + "solid_reactive_cross": true, + "solid_reactive_multicross": true, + "solid_reactive_nexus": true, + "solid_reactive_multinexus": true, + "splash": true, + "multisplash": true, + "solid_splash": true, + "solid_multisplash": true + }, + "driver": "ws2812", + "max_brightness": 160, + "sleep": true, + "split_count": [34, 34] }, "matrix_pins": { "cols": ["F1", "F4", "B5", "C7", "D4", "D6"], |