diff options
| author | Joel Challis | 2024-02-14 01:54:14 +0100 |
|---|---|---|
| committer | GitHub | 2024-02-14 01:54:14 +0100 |
| commit | 974e98ce59f7df1e1a2d8ef65d9a4e758db62b58 (patch) | |
| tree | b560bd013d9d17f7155331eb9763ecd009102766 /keyboards/keychron/v4/info.json | |
| parent | c8c55e32201a04ac8845a799d47d3539764105a1 (diff) | |
Migrate RGB Matrix config to info.json (#22998)
Diffstat (limited to 'keyboards/keychron/v4/info.json')
| -rw-r--r-- | keyboards/keychron/v4/info.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/keychron/v4/info.json b/keyboards/keychron/v4/info.json index 5084aad927..d2b7458998 100644 --- a/keyboards/keychron/v4/info.json +++ b/keyboards/keychron/v4/info.json @@ -1,5 +1,32 @@ { "dip_switch": { "matrix_grid": [ [4, 4] ] + }, + "rgb_matrix": { + "animations": { + "breathing": 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, + "jellybean_raindrops": true, + "pixel_rain": true, + "typing_heatmap": true, + "digital_rain": true, + "solid_reactive_simple": true, + "solid_reactive_multiwide": true, + "solid_reactive_multinexus": true, + "splash": true, + "solid_splash": true + }, + "driver": "snled27351", + "sleep": true } } |