qmk_firmware

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

keyboard.json (3239B)


      1 {
      2     "manufacturer": "zlabkeeb",
      3     "keyboard_name": "VRYNBOARD",
      4     "maintainer": "zlabkeeb",
      5     "bootloader": "rp2040",
      6     "build": {
      7         "lto": true
      8     },
      9     "diode_direction": "COL2ROW",
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "oled": true,
     15         "rgb_matrix": true
     16     },
     17     "matrix_pins": {
     18         "cols": ["GP13", "GP11", "GP9"],
     19         "rows": ["GP14", "GP12", "GP10", "GP8"]
     20     },
     21     "rgb_matrix": {
     22         "animations": {
     23             "alphas_mods": true,
     24             "gradient_up_down": true,
     25             "breathing": true,
     26             "band_sat": true,
     27             "band_val": true,
     28             "band_pinwheel_sat": true,
     29             "band_pinwheel_val": true,
     30             "cycle_all": true,
     31             "cycle_up_down": true,
     32             "cycle_out_in": true,
     33             "cycle_pinwheel": true,
     34             "dual_beacon": true,
     35             "rainbow_pinwheels": true,
     36             "raindrops": true,
     37             "jellybean_raindrops": true,
     38             "hue_breathing": true,
     39             "hue_pendulum": true,
     40             "hue_wave": true,
     41             "pixel_fractal": true,
     42             "pixel_flow": true,
     43             "pixel_rain": true,
     44             "solid_reactive_simple": true,
     45             "solid_reactive": true,
     46             "solid_reactive_multiwide": true,
     47             "solid_reactive_multicross": true,
     48             "solid_reactive_multinexus": true,
     49             "multisplash": true,
     50             "solid_multisplash": true
     51         },
     52         "driver": "ws2812",
     53         "layout": [
     54             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     55             {"matrix": [1, 0], "x": 0, "y": 21, "flags": 4},
     56             {"matrix": [1, 1], "x": 112, "y": 21, "flags": 4},
     57             {"matrix": [1, 2], "x": 224, "y": 21, "flags": 4},
     58             {"matrix": [2, 0], "x": 0, "y": 43, "flags": 4},
     59             {"matrix": [2, 1], "x": 112, "y": 43, "flags": 4},
     60             {"matrix": [2, 2], "x": 224, "y": 43, "flags": 4},
     61             {"matrix": [3, 0], "x": 0, "y": 64, "flags": 4},
     62             {"matrix": [3, 1], "x": 112, "y": 64, "flags": 4},
     63             {"matrix": [3, 2], "x": 224, "y": 64, "flags": 4}
     64         ],
     65         "max_brightness": 200,
     66         "sat_steps": 8,
     67         "speed_steps": 10,
     68         "val_steps": 8,
     69         "react_on_keyup": true,
     70         "sleep": true
     71     },
     72     "ws2812": {
     73         "driver": "vendor",
     74         "pin": "GP15"
     75     },
     76     "processor": "RP2040",
     77     "url": "https://github.com/zlabkeeb",
     78     "usb": {
     79         "device_version": "1.0.0",
     80         "pid": "0x4445",
     81         "vid": "0x4154"
     82     },
     83     "layouts": {
     84         "LAYOUT": {
     85             "layout": [
     86                 {"matrix": [0, 0], "x": 0, "y": 0},
     87                 {"matrix": [1, 0], "x": 0, "y": 1},
     88                 {"matrix": [1, 1], "x": 1, "y": 1},
     89                 {"matrix": [1, 2], "x": 2, "y": 1},
     90                 {"matrix": [2, 0], "x": 0, "y": 2},
     91                 {"matrix": [2, 1], "x": 1, "y": 2},
     92                 {"matrix": [2, 2], "x": 2, "y": 2},
     93                 {"matrix": [3, 0], "x": 0, "y": 3},
     94                 {"matrix": [3, 1], "x": 1, "y": 3},
     95                 {"matrix": [3, 2], "x": 2, "y": 3}
     96             ]
     97         }
     98     }
     99 }