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/kapl/rev1/info.json | |
| parent | 3dee67a05a7f64991924dd92762194a9233e3b2f (diff) | |
Migrate RGB Matrix config to info.json - K (#22911)
Diffstat (limited to 'keyboards/kapl/rev1/info.json')
| -rw-r--r-- | keyboards/kapl/rev1/info.json | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/keyboards/kapl/rev1/info.json b/keyboards/kapl/rev1/info.json index b649c055ac..0d95b99e29 100644 --- a/keyboards/kapl/rev1/info.json +++ b/keyboards/kapl/rev1/info.json @@ -12,8 +12,32 @@ "pin": "D4" }, "rgb_matrix": { + "animations":{ + "alphas_mods": true, + "gradient_up_down": true, + "gradient_left_right": true, + "breathing": true, + "band_spiral_sat": true, + "band_spiral_val": true, + "cycle_all": true, + "cycle_left_right": true, + "cycle_up_down": true, + "cycle_out_in": true, + "cycle_spiral": true, + "hue_breathing": true, + "hue_wave": true, + "solid_reactive_simple": true, + "solid_reactive": true, + "solid_reactive_multiwide": true, + "solid_reactive_multicross": true, + "solid_reactive_multinexus": true, + "multisplash": true, + "solid_multisplash": true + }, "driver": "ws2812", - "speed_steps": 10 + "max_brightness": 120, + "speed_steps": 10, + "split_count": [44, 44] }, "rgblight": { "saturation_steps": 16, |