qmk_firmware

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

keyboard.json (6893B)


      1 {
      2     "manufacturer": "gzowski",
      3     "keyboard_name": "Ashwing66",
      4     "maintainer": "gzowski",
      5     "bootloader": "rp2040",
      6     "diode_direction": "COL2ROW",
      7     "encoder": {
      8         "rotary": [
      9             {"pin_a": "GP12", "pin_b": "GP11"}
     10         ]
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "encoder": true,
     15         "extrakey": true,
     16         "mousekey": true,
     17         "nkro": true,
     18         "rgb_matrix": true
     19     },
     20     "matrix_pins": {
     21         "cols": ["GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP14", "GP15", "GP16", "GP17", "GP19", "GP20", "GP21", "GP22", "GP26", "GP27"],
     22         "rows": ["GP28", "GP8", "GP9", "GP10", "GP13"]
     23     },
     24     "processor": "RP2040",
     25     "rgb_matrix": {
     26         "animations": {
     27             "alphas_mods": true,
     28             "band_pinwheel_sat": true,
     29             "band_pinwheel_val": true,
     30             "band_sat": true,
     31             "band_spiral_sat": true,
     32             "band_spiral_val": true,
     33             "band_val": true,
     34             "breathing": true,
     35             "cycle_all": true,
     36             "cycle_left_right": true,
     37             "cycle_out_in": true,
     38             "cycle_out_in_dual": true,
     39             "cycle_pinwheel": true,
     40             "cycle_spiral": true,
     41             "cycle_up_down": true,
     42             "dual_beacon": true,
     43             "gradient_left_right": true,
     44             "gradient_up_down": true,
     45             "hue_breathing": true,
     46             "hue_pendulum": true,
     47             "hue_wave": true,
     48             "jellybean_raindrops": true,
     49             "pixel_flow": true,
     50             "pixel_fractal": true,
     51             "pixel_rain": true,
     52             "rainbow_beacon": true,
     53             "rainbow_moving_chevron": true,
     54             "rainbow_pinwheels": true,
     55             "raindrops": true
     56         },
     57         "driver": "ws2812",
     58         "layout": [
     59             {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4},
     60             {"matrix": [0, 1], "x": 16, "y": 1, "flags": 4},
     61             {"matrix": [0, 2], "x": 33, "y": 2, "flags": 4},
     62             {"matrix": [0, 3], "x": 49, "y": 4, "flags": 4},
     63             {"matrix": [0, 4], "x": 65, "y": 7, "flags": 4},
     64             {"matrix": [0, 5], "x": 81, "y": 11, "flags": 4},
     65             {"matrix": [3, 6], "x": 86, "y": 39, "flags": 4},
     66             {"matrix": [4, 6], "x": 81, "y": 56, "flags": 4},
     67             {"matrix": [4, 7], "x": 96, "y": 63, "flags": 4},
     68             {"matrix": [4, 8], "x": 126, "y": 63, "flags": 4},
     69             {"matrix": [4, 9], "x": 141, "y": 56, "flags": 4},
     70             {"matrix": [3, 9], "x": 136, "y": 39, "flags": 4},
     71             {"matrix": [0, 10], "x": 141, "y": 11, "flags": 4},
     72             {"matrix": [0, 11], "x": 157, "y": 7, "flags": 4},
     73             {"matrix": [0, 12], "x": 173, "y": 4, "flags": 4},
     74             {"matrix": [0, 13], "x": 189, "y": 2, "flags": 4},
     75             {"matrix": [0, 14], "x": 206, "y": 1, "flags": 4},
     76             {"matrix": [0, 15], "x": 223, "y": 0, "flags": 4}
     77         ],
     78         "led_process_limit": 5,
     79         "max_brightness": 125,
     80         "sleep": true
     81     },
     82     "url": "https://github.com/gzowski",
     83     "usb": {
     84         "device_version": "1.0.0",
     85         "pid": "0x6F64",
     86         "vid": "0x7372"
     87     },
     88     "ws2812": {
     89         "driver": "vendor",
     90         "pin": "GP0"
     91     },
     92     "layouts": {
     93         "LAYOUT_5x16": {
     94             "layout": [
     95                 {"matrix": [0, 0], "x": 0, "y": 0},
     96                 {"matrix": [0, 1], "x": 1, "y": 0},
     97                 {"matrix": [0, 2], "x": 2, "y": 0},
     98                 {"matrix": [0, 3], "x": 3, "y": 0},
     99                 {"matrix": [0, 4], "x": 4, "y": 0},
    100                 {"matrix": [0, 5], "x": 5, "y": 0},
    101                 {"matrix": [0, 10], "x": 10, "y": 0},
    102                 {"matrix": [0, 11], "x": 11, "y": 0},
    103                 {"matrix": [0, 12], "x": 12, "y": 0},
    104                 {"matrix": [0, 13], "x": 13, "y": 0},
    105                 {"matrix": [0, 14], "x": 14, "y": 0},
    106                 {"matrix": [0, 15], "x": 15, "y": 0},
    107                 {"matrix": [1, 0], "x": 0, "y": 1},
    108                 {"matrix": [1, 1], "x": 1, "y": 1},
    109                 {"matrix": [1, 2], "x": 2, "y": 1},
    110                 {"matrix": [1, 3], "x": 3, "y": 1},
    111                 {"matrix": [1, 4], "x": 4, "y": 1},
    112                 {"matrix": [1, 5], "x": 5, "y": 1},
    113                 {"matrix": [1, 10], "x": 10, "y": 1},
    114                 {"matrix": [1, 11], "x": 11, "y": 1},
    115                 {"matrix": [1, 12], "x": 12, "y": 1},
    116                 {"matrix": [1, 13], "x": 13, "y": 1},
    117                 {"matrix": [1, 14], "x": 14, "y": 1},
    118                 {"matrix": [1, 15], "x": 15, "y": 1},
    119                 {"matrix": [2, 0], "x": 0, "y": 2},
    120                 {"matrix": [2, 1], "x": 1, "y": 2},
    121                 {"matrix": [2, 2], "x": 2, "y": 2},
    122                 {"matrix": [2, 3], "x": 3, "y": 2},
    123                 {"matrix": [2, 4], "x": 4, "y": 2},
    124                 {"matrix": [2, 5], "x": 5, "y": 2},
    125                 {"matrix": [2, 10], "x": 10, "y": 2},
    126                 {"matrix": [2, 11], "x": 11, "y": 2},
    127                 {"matrix": [2, 12], "x": 12, "y": 2},
    128                 {"matrix": [2, 13], "x": 13, "y": 2},
    129                 {"matrix": [2, 14], "x": 14, "y": 2},
    130                 {"matrix": [2, 15], "x": 15, "y": 2},
    131                 {"matrix": [3, 0], "x": 0, "y": 3},
    132                 {"matrix": [3, 1], "x": 1, "y": 3},
    133                 {"matrix": [3, 2], "x": 2, "y": 3},
    134                 {"matrix": [3, 3], "x": 3, "y": 3},
    135                 {"matrix": [3, 4], "x": 4, "y": 3},
    136                 {"matrix": [3, 5], "x": 5, "y": 3},
    137                 {"matrix": [3, 6], "x": 6, "y": 3},
    138                 {"matrix": [3, 8], "x": 8, "y": 3},
    139                 {"matrix": [3, 9], "x": 9, "y": 3},
    140                 {"matrix": [3, 10], "x": 10, "y": 3},
    141                 {"matrix": [3, 11], "x": 11, "y": 3},
    142                 {"matrix": [3, 12], "x": 12, "y": 3},
    143                 {"matrix": [3, 13], "x": 13, "y": 3},
    144                 {"matrix": [3, 14], "x": 14, "y": 3},
    145                 {"matrix": [3, 15], "x": 15, "y": 3},
    146                 {"matrix": [4, 0], "x": 0, "y": 4},
    147                 {"matrix": [4, 1], "x": 1, "y": 4},
    148                 {"matrix": [4, 2], "x": 2, "y": 4},
    149                 {"matrix": [4, 3], "x": 3, "y": 4},
    150                 {"matrix": [4, 4], "x": 4, "y": 4},
    151                 {"matrix": [4, 5], "x": 5, "y": 4},
    152                 {"matrix": [4, 6], "x": 6, "y": 4},
    153                 {"matrix": [4, 7], "x": 7, "y": 4},
    154                 {"matrix": [4, 8], "x": 8, "y": 4},
    155                 {"matrix": [4, 9], "x": 9, "y": 4},
    156                 {"matrix": [4, 10], "x": 10, "y": 4},
    157                 {"matrix": [4, 11], "x": 11, "y": 4},
    158                 {"matrix": [4, 12], "x": 12, "y": 4},
    159                 {"matrix": [4, 13], "x": 13, "y": 4},
    160                 {"matrix": [4, 14], "x": 14, "y": 4},
    161                 {"matrix": [4, 15], "x": 15, "y": 4}
    162             ]
    163         }
    164     }
    165 }