diff options
author | Less/Rikki <86894501+lesshonor@users.noreply.github.com> | 2023-09-24 23:02:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 13:02:08 +1000 |
commit | 6b671f93c6dfcf4967592a6292ff0fe397d5c210 (patch) | |
tree | 2c0628efa691cebc6f01e34db13e0d0f20bca1b8 /keyboards | |
parent | 27ad5b4f4ef95cf0db9b3453906d60fbb419ff8a (diff) |
feat(eyeohdesigns/babyv): rgb matrix (#22105)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/eyeohdesigns/babyv/info.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/eyeohdesigns/babyv/info.json b/keyboards/eyeohdesigns/babyv/info.json index 453cdf2c81..14f52889ba 100644 --- a/keyboards/eyeohdesigns/babyv/info.json +++ b/keyboards/eyeohdesigns/babyv/info.json @@ -34,6 +34,48 @@ "twinkle": true } }, + "rgb_matrix": { + "driver": "ws2812", + "animations": { + "gradient_up_down": true, + "gradient_left_right": true, + "breathing": true, + "band_sat": true, + "band_val": 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_pinwheel": true, + "raindrops": true, + "jellybean_raindrops": true, + "hue_breathing": true, + "hue_pendulum": true, + "hue_wave": true, + "pixel_rain": true, + "pixel_flow": true + }, + "layout": [ + {"x": 123, "y": 74, "flags": 2}, + {"x": 188, "y": 67, "flags": 2}, + {"x": 206, "y": 62, "flags": 2}, + {"x": 206, "y": 0, "flags": 2}, + {"x": 175, "y": 0, "flags": 2}, + {"x": 141, "y": 0, "flags": 2}, + {"x": 83, "y": 0, "flags": 2}, + {"x": 65, "y": 0, "flags": 2}, + {"x": 18, "y": 0, "flags": 2}, + {"x": 18, "y": 62, "flags": 2}, + {"x": 40, "y": 67, "flags": 2}, + {"x": 99, "y": 74, "flags": 2} + ], + "sat_steps": 8, + "val_steps": 8, + "led_count": 12, + "center_point": [112, 38] + }, "ws2812": { "pin": "B7" }, |