qmk_firmware

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

keyboard.json (2109B)


      1 {
      2     "keyboard_name": "blue_team_pad",
      3     "maintainer": "fearherbs1",
      4     "manufacturer": "fearherbs1",
      5     "processor": "RP2040",
      6     "bootloader": "rp2040",
      7     "url": "https://github.com/fearherbs1/blue-team-pad",
      8     "usb": {
      9         "vid": "0x4648",
     10         "pid": "0x4254",
     11         "device_version": "1.1.0"
     12    },
     13     "features": {
     14         "encoder": true,
     15         "bootmagic": true,
     16         "mousekey": true,
     17         "extrakey": true,
     18         "console": true,
     19         "nkro": true,
     20         "oled": true
     21     },
     22     "diode_direction": "COL2ROW",
     23     "matrix_pins": {
     24         "cols": ["GP24", "GP23", "GP21", "GP20", "GP3"],
     25         "rows": ["GP2", "GP11", "GP10", "GP9", "GP8"]
     26     },
     27     "encoder": {
     28         "rotary": [
     29             {"pin_a": "GP25", "pin_b": "GP28", "resolution": 2},
     30             {"pin_a": "GP1", "pin_b": "GP0", "resolution": 2}
     31         ]
     32     },
     33     "layouts": {
     34         "LAYOUT": {
     35             "layout": [
     36                 {"matrix": [0, 0], "x": 0, "y": 0},
     37                 {"matrix": [0, 4], "x": 4, "y": 0},
     38                 {"matrix": [1, 0], "x": 0, "y": 2},
     39                 {"matrix": [1, 1], "x": 1, "y": 2},
     40                 {"matrix": [1, 2], "x": 2, "y": 2},
     41                 {"matrix": [1, 3], "x": 3, "y": 2},
     42                 {"matrix": [1, 4], "x": 4, "y": 2},
     43                 {"matrix": [2, 0], "x": 0, "y": 3},
     44                 {"matrix": [2, 1], "x": 1, "y": 3},
     45                 {"matrix": [2, 2], "x": 2, "y": 3},
     46                 {"matrix": [2, 3], "x": 3, "y": 3},
     47                 {"matrix": [2, 4], "x": 4, "y": 3},
     48                 {"matrix": [3, 0], "x": 0, "y": 4},
     49                 {"matrix": [3, 1], "x": 1, "y": 4},
     50                 {"matrix": [3, 2], "x": 2, "y": 4},
     51                 {"matrix": [3, 3], "x": 3, "y": 4},
     52                 {"matrix": [3, 4], "x": 4, "y": 4},
     53                 {"matrix": [4, 0], "x": 0, "y": 5},
     54                 {"matrix": [4, 1], "x": 1, "y": 5},
     55                 {"matrix": [4, 2], "x": 2, "y": 5},
     56                 {"matrix": [4, 3], "x": 3, "y": 5},
     57                 {"matrix": [4, 4], "x": 4, "y": 5}
     58             ]
     59         }
     60     }
     61 }