diff options
Diffstat (limited to 'keyboards/pimoroni/keybow2040/keyboard.json')
| -rw-r--r-- | keyboards/pimoroni/keybow2040/keyboard.json | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/keyboards/pimoroni/keybow2040/keyboard.json b/keyboards/pimoroni/keybow2040/keyboard.json new file mode 100644 index 0000000000..0057382e93 --- /dev/null +++ b/keyboards/pimoroni/keybow2040/keyboard.json @@ -0,0 +1,119 @@ +{ + "manufacturer": "Pimoroni", + "keyboard_name": "Keybow 2040", + "url": "https://shop.pimoroni.com/products/keybow-2040", + "maintainer": "fanf2", + "processor": "RP2040", + "bootloader": "rp2040", + "board": "GENERIC_RP_RP2040", + "features": { + "extrakey": true, + "mousekey": true, + "nkro": true, + "rgb_matrix": true + }, + "usb": { + "device_version": "1.0.0", + "vid": "0x5069", + "pid": "0x4784" + }, + "rgb_matrix": { + "driver": "is31fl3731", + "animations": { + "alphas_mods": true, + "band_pinwheel_sat": true, + "band_pinwheel_val": true, + "band_sat": true, + "band_spiral_sat": true, + "band_spiral_val": true, + "band_val": true, + "breathing": true, + "cycle_all": true, + "cycle_left_right": true, + "cycle_out_in": true, + "cycle_out_in_dual": true, + "cycle_pinwheel": true, + "cycle_spiral": true, + "cycle_up_down": true, + "digital_rain": true, + "dual_beacon": true, + "gradient_left_right": true, + "gradient_up_down": true, + "hue_breathing": true, + "hue_pendulum": true, + "hue_wave": true, + "jellybean_raindrops": true, + "multisplash": true, + "pixel_flow": true, + "pixel_fractal": true, + "pixel_rain": true, + "rainbow_beacon": true, + "rainbow_moving_chevron": true, + "rainbow_pinwheels": true, + "raindrops": true, + "solid_multisplash": true, + "solid_reactive": true, + "solid_reactive_cross": true, + "solid_reactive_multicross": true, + "solid_reactive_multinexus": true, + "solid_reactive_multiwide": true, + "solid_reactive_nexus": true, + "solid_reactive_simple": true, + "solid_reactive_wide": true, + "solid_splash": true, + "splash": true, + "typing_heatmap": true + }, + "center_point": [112, 112], + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, + {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4}, + {"matrix": [0, 2], "x": 150, "y": 0, "flags": 4}, + {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4}, + {"matrix": [1, 0], "x": 0, "y": 75, "flags": 4}, + {"matrix": [1, 1], "x": 75, "y": 75, "flags": 4}, + {"matrix": [1, 2], "x": 150, "y": 75, "flags": 4}, + {"matrix": [1, 3], "x": 224, "y": 75, "flags": 4}, + {"matrix": [2, 0], "x": 0, "y": 150, "flags": 4}, + {"matrix": [2, 1], "x": 75, "y": 150, "flags": 4}, + {"matrix": [2, 2], "x": 150, "y": 150, "flags": 4}, + {"matrix": [2, 3], "x": 224, "y": 150, "flags": 4}, + {"matrix": [3, 0], "x": 0, "y": 224, "flags": 4}, + {"matrix": [3, 1], "x": 75, "y": 224, "flags": 4}, + {"matrix": [3, 2], "x": 150, "y": 224, "flags": 4}, + {"matrix": [3, 3], "x": 224, "y": 224, "flags": 4} + ] + }, + "matrix_pins": { + "direct": [ + ["GP18", "GP14", "GP10", "GP6"], + ["GP19", "GP15", "GP11", "GP7"], + ["GP20", "GP16", "GP12", "GP8"], + ["GP21", "GP17", "GP13", "GP9"], + ["GP23", null, null, null] + ] + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0}, + {"matrix": [1, 0], "x": 0, "y": 1}, + {"matrix": [1, 1], "x": 1, "y": 1}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1}, + {"matrix": [2, 0], "x": 0, "y": 2}, + {"matrix": [2, 1], "x": 1, "y": 2}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2}, + {"matrix": [3, 0], "x": 0, "y": 3}, + {"matrix": [3, 1], "x": 1, "y": 3}, + {"matrix": [3, 2], "x": 2, "y": 3}, + {"matrix": [3, 3], "x": 3, "y": 3}, + {"matrix": [4, 0], "x": 0, "y": 4} + ] + } + } +} |