summaryrefslogtreecommitdiff
path: root/keyboards/zlabkeeb/vrynboard/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zlabkeeb/vrynboard/keyboard.json')
-rw-r--r--keyboards/zlabkeeb/vrynboard/keyboard.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/keyboards/zlabkeeb/vrynboard/keyboard.json b/keyboards/zlabkeeb/vrynboard/keyboard.json
new file mode 100644
index 0000000000..e1f0881504
--- /dev/null
+++ b/keyboards/zlabkeeb/vrynboard/keyboard.json
@@ -0,0 +1,99 @@
+{
+ "manufacturer": "zlabkeeb",
+ "keyboard_name": "VRYNBOARD",
+ "maintainer": "zlabkeeb",
+ "bootloader": "rp2040",
+ "build": {
+ "lto": true
+ },
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "oled": true,
+ "rgb_matrix": true
+ },
+ "matrix_pins": {
+ "cols": ["GP13", "GP11", "GP9"],
+ "rows": ["GP14", "GP12", "GP10", "GP8"]
+ },
+ "rgb_matrix": {
+ "animations": {
+ "alphas_mods": true,
+ "gradient_up_down": true,
+ "breathing": true,
+ "band_sat": true,
+ "band_val": true,
+ "band_pinwheel_sat": true,
+ "band_pinwheel_val": true,
+ "cycle_all": true,
+ "cycle_up_down": true,
+ "cycle_out_in": true,
+ "cycle_pinwheel": true,
+ "dual_beacon": true,
+ "rainbow_pinwheels": true,
+ "raindrops": true,
+ "jellybean_raindrops": true,
+ "hue_breathing": true,
+ "hue_pendulum": true,
+ "hue_wave": true,
+ "pixel_fractal": true,
+ "pixel_flow": true,
+ "pixel_rain": 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",
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
+ {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
+ {"matrix": [1, 1], "x": 112, "y": 21, "flags": 4},
+ {"matrix": [1, 2], "x": 224, "y": 21, "flags": 4},
+ {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4},
+ {"matrix": [2, 1], "x": 112, "y": 43, "flags": 4},
+ {"matrix": [2, 2], "x": 224, "y": 43, "flags": 4},
+ {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4},
+ {"matrix": [3, 1], "x": 112, "y": 64, "flags": 4},
+ {"matrix": [3, 2], "x": 224, "y": 64, "flags": 4}
+ ],
+ "max_brightness": 200,
+ "sat_steps": 8,
+ "speed_steps": 10,
+ "val_steps": 8,
+ "react_on_keyup": true,
+ "sleep": true
+ },
+ "ws2812": {
+ "driver": "vendor",
+ "pin": "GP15"
+ },
+ "processor": "RP2040",
+ "url": "https://github.com/zlabkeeb",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x4445",
+ "vid": "0x4154"
+ },
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0},
+ {"matrix": [1, 0], "x": 0, "y": 1},
+ {"matrix": [1, 1], "x": 1, "y": 1},
+ {"matrix": [1, 2], "x": 2, "y": 1},
+ {"matrix": [2, 0], "x": 0, "y": 2},
+ {"matrix": [2, 1], "x": 1, "y": 2},
+ {"matrix": [2, 2], "x": 2, "y": 2},
+ {"matrix": [3, 0], "x": 0, "y": 3},
+ {"matrix": [3, 1], "x": 1, "y": 3},
+ {"matrix": [3, 2], "x": 2, "y": 3}
+ ]
+ }
+ }
+}