qmk_firmware

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

keyboard.json (2694B)


      1 {
      2     "manufacturer": "Raspberry Pi",
      3     "keyboard_name": "DirectPins RP2040",
      4     "maintainer": "jepler",
      5     "bootloader": "rp2040",
      6     "features": {
      7         "bootmagic": true,
      8         "extrakey": true,
      9         "mousekey": true
     10     },
     11     "matrix_pins": {
     12         "direct": [
     13             ["GP0", null],
     14             ["GP1", null],
     15 
     16             ["GP2", null],
     17             ["GP3", null],
     18             ["GP4", null],
     19             ["GP5", "GP28"],
     20 
     21             ["GP6", "GP27"],
     22             ["GP7", "GP26"],
     23             ["GP8", null],
     24             ["GP9", "GP22"],
     25 
     26             ["GP10", "GP21"],
     27             ["GP11", "GP20"],
     28             ["GP12", "GP19"],
     29             ["GP13", "GP18"],
     30 
     31             ["GP14", "GP17"],
     32             ["GP15", "GP16"]
     33         ]
     34     },
     35     "processor": "RP2040",
     36     "usb": {
     37         "device_version": "0.0.1",
     38         "pid": "0x2326",
     39         "vid": "0xFEED"
     40     },
     41     "layout_aliases": {
     42         "LAYOUT_all": "LAYOUT"
     43     },
     44     "layouts": {
     45         "LAYOUT": {
     46             "layout": [
     47                 {"label": "GP0", "matrix": [0, 0], "x": 0, "y": 0},
     48                 {"label": "GP1", "matrix": [1, 0], "x": 0, "y": 1},
     49                 {"label": "GP2", "matrix": [2, 0], "x": 0, "y": 3},
     50                 {"label": "GP3", "matrix": [3, 0], "x": 0, "y": 4},
     51                 {"label": "GP4", "matrix": [4, 0], "x": 0, "y": 5},
     52                 {"label": "GP5", "matrix": [5, 0], "x": 0, "y": 6}, {"label": "GP28", "matrix": [5, 1], "x": 2, "y": 6},
     53                 {"label": "GP6", "matrix": [6, 0], "x": 0, "y": 8}, {"label": "GP27", "matrix": [6, 1], "x": 2, "y": 8},
     54                 {"label": "GP7", "matrix": [7, 0], "x": 0, "y": 9}, {"label": "GP26", "matrix": [7, 1], "x": 2, "y": 9},
     55                 {"label": "GP8", "matrix": [8, 0], "x": 0, "y": 10},
     56                 {"label": "GP9", "matrix": [9, 0], "x": 0, "y": 11}, {"label": "GP22", "matrix": [9, 1], "x": 2, "y": 11},
     57                 {"label": "GP10", "matrix": [10, 0], "x": 0, "y": 13}, {"label": "GP21", "matrix": [10, 1], "x": 2, "y": 13},
     58                 {"label": "GP11", "matrix": [11, 0], "x": 0, "y": 14}, {"label": "GP20", "matrix": [11, 1], "x": 2, "y": 14},
     59                 {"label": "GP12", "matrix": [12, 0], "x": 0, "y": 15}, {"label": "GP19", "matrix": [12, 1], "x": 2, "y": 15},
     60                 {"label": "GP13", "matrix": [13, 0], "x": 0, "y": 16}, {"label": "GP18", "matrix": [13, 1], "x": 2, "y": 16},
     61                 {"label": "GP14", "matrix": [14, 0], "x": 0, "y": 18}, {"label": "GP17", "matrix": [14, 1], "x": 2, "y": 18},
     62                 {"label": "GP15", "matrix": [15, 0], "x": 0, "y": 19}, {"label": "GP16", "matrix": [15, 1], "x": 2, "y": 19}
     63             ]
     64         }
     65     }
     66 }