qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (4460B)


      1 {
      2     "manufacturer": "Pimoroni",
      3     "keyboard_name": "Keybow 2040",
      4     "url": "https://shop.pimoroni.com/products/keybow-2040",
      5     "maintainer": "fanf2",
      6     "processor": "RP2040",
      7     "bootloader": "rp2040",
      8     "board": "GENERIC_RP_RP2040",
      9     "features": {
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true,
     13         "rgb_matrix": true
     14     },
     15     "usb": {
     16         "device_version": "1.0.0",
     17         "vid": "0x5069",
     18         "pid": "0x4784"
     19     },
     20     "rgb_matrix": {
     21         "driver": "is31fl3731",
     22         "animations": {
     23             "alphas_mods": true,
     24             "band_pinwheel_sat": true,
     25             "band_pinwheel_val": true,
     26             "band_sat": true,
     27             "band_spiral_sat": true,
     28             "band_spiral_val": true,
     29             "band_val": true,
     30             "breathing": true,
     31             "cycle_all": true,
     32             "cycle_left_right": true,
     33             "cycle_out_in": true,
     34             "cycle_out_in_dual": true,
     35             "cycle_pinwheel": true,
     36             "cycle_spiral": true,
     37             "cycle_up_down": true,
     38             "digital_rain": true,
     39             "dual_beacon": true,
     40             "gradient_left_right": true,
     41             "gradient_up_down": true,
     42             "hue_breathing": true,
     43             "hue_pendulum": true,
     44             "hue_wave": true,
     45             "jellybean_raindrops": true,
     46             "multisplash": true,
     47             "pixel_flow": true,
     48             "pixel_fractal": true,
     49             "pixel_rain": true,
     50             "rainbow_beacon": true,
     51             "rainbow_moving_chevron": true,
     52             "rainbow_pinwheels": true,
     53             "raindrops": true,
     54             "solid_multisplash": true,
     55             "solid_reactive": true,
     56             "solid_reactive_cross": true,
     57             "solid_reactive_multicross": true,
     58             "solid_reactive_multinexus": true,
     59             "solid_reactive_multiwide": true,
     60             "solid_reactive_nexus": true,
     61             "solid_reactive_simple": true,
     62             "solid_reactive_wide": true,
     63             "solid_splash": true,
     64             "splash": true,
     65             "typing_heatmap": true
     66         },
     67         "center_point": [112, 112],
     68         "layout": [
     69             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     70             {"matrix": [0, 1], "x": 75, "y": 0, "flags": 4},
     71             {"matrix": [0, 2], "x": 150, "y": 0, "flags": 4},
     72             {"matrix": [0, 3], "x": 224, "y": 0, "flags": 4},
     73             {"matrix": [1, 0], "x": 0, "y": 75, "flags": 4},
     74             {"matrix": [1, 1], "x": 75, "y": 75, "flags": 4},
     75             {"matrix": [1, 2], "x": 150, "y": 75, "flags": 4},
     76             {"matrix": [1, 3], "x": 224, "y": 75, "flags": 4},
     77             {"matrix": [2, 0], "x": 0, "y": 150, "flags": 4},
     78             {"matrix": [2, 1], "x": 75, "y": 150, "flags": 4},
     79             {"matrix": [2, 2], "x": 150, "y": 150, "flags": 4},
     80             {"matrix": [2, 3], "x": 224, "y": 150, "flags": 4},
     81             {"matrix": [3, 0], "x": 0, "y": 224, "flags": 4},
     82             {"matrix": [3, 1], "x": 75, "y": 224, "flags": 4},
     83             {"matrix": [3, 2], "x": 150, "y": 224, "flags": 4},
     84             {"matrix": [3, 3], "x": 224, "y": 224, "flags": 4}
     85         ]
     86     },
     87     "matrix_pins": {
     88         "direct": [
     89             ["GP18", "GP14", "GP10", "GP6"],
     90             ["GP19", "GP15", "GP11", "GP7"],
     91             ["GP20", "GP16", "GP12", "GP8"],
     92             ["GP21", "GP17", "GP13", "GP9"],
     93             ["GP23", null, null, null]
     94         ]
     95     },
     96     "layouts": {
     97         "LAYOUT": {
     98             "layout": [
     99                 {"matrix": [0, 0], "x": 0, "y": 0},
    100                 {"matrix": [0, 1], "x": 1, "y": 0},
    101                 {"matrix": [0, 2], "x": 2, "y": 0},
    102                 {"matrix": [0, 3], "x": 3, "y": 0},
    103                 {"matrix": [1, 0], "x": 0, "y": 1},
    104                 {"matrix": [1, 1], "x": 1, "y": 1},
    105                 {"matrix": [1, 2], "x": 2, "y": 1},
    106                 {"matrix": [1, 3], "x": 3, "y": 1},
    107                 {"matrix": [2, 0], "x": 0, "y": 2},
    108                 {"matrix": [2, 1], "x": 1, "y": 2},
    109                 {"matrix": [2, 2], "x": 2, "y": 2},
    110                 {"matrix": [2, 3], "x": 3, "y": 2},
    111                 {"matrix": [3, 0], "x": 0, "y": 3},
    112                 {"matrix": [3, 1], "x": 1, "y": 3},
    113                 {"matrix": [3, 2], "x": 2, "y": 3},
    114                 {"matrix": [3, 3], "x": 3, "y": 3},
    115                 {"matrix": [4, 0], "x": 0, "y": 4}
    116             ]
    117         }
    118     }
    119 }