qmk_firmware

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

keyboard.json (4259B)


      1 {
      2     "manufacturer": "gkeyboard",
      3     "keyboard_name": "GPAD8-2R",
      4     "url": "https://github.com/gkeyboard/GPAD8-2R",
      5     "maintainer": "gkeyboard",
      6     "bootloader": "rp2040",
      7     "processor": "RP2040",
      8     "board": "GENERIC_RP_RP2040",
      9     "usb": {
     10         "vid": "0x474B",
     11         "pid": "0x4202",
     12         "device_version": "1.0.0"
     13     },
     14     "features": {
     15         "bootmagic": true,
     16         "extrakey": true,
     17         "mousekey": true,
     18         "nkro": true,
     19         "rgb_matrix": true
     20     },
     21     "qmk": {
     22         "locking": {
     23             "enabled": true,
     24             "resync": true
     25         }
     26     },
     27     "matrix_pins": {
     28         "cols": ["GP12", "GP11", "GP10", "GP9"],
     29         "rows": ["GP4", "GP5", "GP6"]
     30     },
     31     "diode_direction": "COL2ROW",
     32     "dynamic_keymap": {
     33         "layer_count": 8
     34     },
     35     "encoder": {
     36         "enabled": true,
     37         "rotary": [
     38             {"pin_a": "GP29", "pin_b": "GP28"},
     39             {"pin_a": "GP2", "pin_b": "GP3"}
     40         ]
     41     },
     42     "rgb_matrix": {
     43         "animations": {
     44             "alphas_mods": true,
     45             "gradient_up_down": true,
     46             "gradient_left_right": true,
     47             "breathing": true,
     48             "band_sat": true,
     49             "band_val": true,
     50             "band_pinwheel_sat": true,
     51             "band_pinwheel_val": true,
     52             "band_spiral_sat": true,
     53             "band_spiral_val": true,
     54             "cycle_all": true,
     55             "cycle_left_right": true,
     56             "cycle_up_down": true,
     57             "rainbow_moving_chevron": true,
     58             "cycle_out_in": true,
     59             "cycle_out_in_dual": true,
     60             "cycle_pinwheel": true,
     61             "cycle_spiral": true,
     62             "dual_beacon": true,
     63             "rainbow_beacon": true,
     64             "rainbow_pinwheels": true,
     65             "raindrops": true,
     66             "jellybean_raindrops": true,
     67             "hue_breathing": true,
     68             "hue_pendulum": true,
     69             "hue_wave": true,
     70             "pixel_rain": true,
     71             "pixel_flow": true,
     72             "pixel_fractal": true,
     73             "typing_heatmap": true,
     74             "digital_rain": true,
     75             "solid_reactive_simple": true,
     76             "solid_reactive": true,
     77             "solid_reactive_wide": true,
     78             "solid_reactive_multiwide": true,
     79             "solid_reactive_cross": true,
     80             "solid_reactive_multicross": true,
     81             "solid_reactive_nexus": true,
     82             "solid_reactive_multinexus": true,
     83             "splash": true,
     84             "multisplash": true,
     85             "solid_splash": true,
     86             "solid_multisplash": true
     87         },
     88         "driver": "ws2812",
     89         "layout": [
     90             {"flags": 4, "matrix": [1, 0], "x": 28, "y": 12},
     91             {"flags": 4, "matrix": [1, 1], "x": 84, "y": 12},
     92             {"flags": 4, "matrix": [1, 2], "x": 140, "y": 12},
     93             {"flags": 4, "matrix": [1, 3], "x": 196, "y": 12},
     94             {"flags": 4, "matrix": [2, 0], "x": 28, "y": 28},
     95             {"flags": 4, "matrix": [2, 1], "x": 84, "y": 28},
     96             {"flags": 4, "matrix": [2, 2], "x": 140, "y": 28},
     97             {"flags": 4, "matrix": [2, 3], "x": 196, "y": 28},
     98             {"flags": 2, "x": 28, "y": 44},
     99             {"flags": 2, "x": 84, "y": 44},
    100             {"flags": 2, "x": 140, "y": 44},
    101             {"flags": 2, "x": 196, "y": 44},
    102             {"flags": 2, "x": 28, "y": 60},
    103             {"flags": 2, "x": 84, "y": 60},
    104             {"flags": 2, "x": 140, "y": 60},
    105             {"flags": 2, "x": 196, "y": 60}
    106         ],
    107         "sleep": true
    108     },
    109     "ws2812": {
    110         "pin": "GP19",
    111         "driver": "vendor"
    112     },
    113     "layouts": {
    114         "LAYOUT": {
    115             "layout": [
    116                 {"matrix": [0, 0], "x": 0, "y": 0},
    117                 {"matrix": [0, 3], "x": 3, "y": 0},
    118                 {"matrix": [1, 0], "x": 0, "y": 1.25},
    119                 {"matrix": [1, 1], "x": 1, "y": 1.25},
    120                 {"matrix": [1, 2], "x": 2, "y": 1.25},
    121                 {"matrix": [1, 3], "x": 3, "y": 1.25},
    122                 {"matrix": [2, 0], "x": 0, "y": 2.25},
    123                 {"matrix": [2, 1], "x": 1, "y": 2.25},
    124                 {"matrix": [2, 2], "x": 2, "y": 2.25},
    125                 {"matrix": [2, 3], "x": 3, "y": 2.25}
    126             ]
    127         }
    128     }
    129 }