summaryrefslogtreecommitdiffstats
path: root/keyboards/owlab/jelly_evolv/info.json
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2023-08-21 22:59:43 +0100
committerzvecr <git@zvecr.com>2023-08-21 22:59:43 +0100
commit892ba2ed01f8b20d50225d2696ee4fff1f548e49 (patch)
tree6a57d319ca21c897734d6dcf3d342bd4c21a60c3 /keyboards/owlab/jelly_evolv/info.json
parent96d90a57d8a536667b3365b8250e6fd1a307a829 (diff)
parent3f192722b1629e4a4b6fe171d7efc21c3a0d3187 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/owlab/jelly_evolv/info.json')
-rw-r--r--keyboards/owlab/jelly_evolv/info.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/keyboards/owlab/jelly_evolv/info.json b/keyboards/owlab/jelly_evolv/info.json
new file mode 100644
index 0000000000..999bcca477
--- /dev/null
+++ b/keyboards/owlab/jelly_evolv/info.json
@@ -0,0 +1,44 @@
+{
+ "manufacturer": "OwLab",
+ "url": "",
+ "maintainer": "Owlab",
+ "usb": {
+ "vid": "0x4F53"
+ },
+ "matrix_pins": {
+ "cols": ["A7", "B0", "B1", "B2", "B10", "B11", "B12", "B13", "B14", "B15", "A8", "A9", "A10", "A15", "B4"],
+ "rows": ["A1", "A2", "A3", "A5", "A4", "A6"]
+ },
+ "diode_direction": "COL2ROW",
+ "ws2812": {
+ "pin": "B3"
+ },
+ "indicators": {
+ "caps_lock": "A0",
+ "on_state": 0
+ },
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true,
+ "rgblight": true
+ },
+ "processor": "STM32F103",
+ "board": "STM32_F103_STM32DUINO",
+ "rgblight": {
+ "animations": {
+ "breathing": true,
+ "christmas": true,
+ "knight": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "static_gradient": true
+ },
+ "brightness_steps": 10,
+ "led_count": 123,
+ "max_brightness": 100,
+ "saturation_steps": 8
+ }
+} \ No newline at end of file