qmk_firmware

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

keyboard.json (3672B)


      1 {
      2     "manufacturer": "v3lmx",
      3     "keyboard_name": "cornifi",
      4     "maintainer": "v3lmx",
      5     "bootloader": "rp2040",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true
     12     },
     13     "matrix_pins": {
     14         "direct": [
     15             ["GP21", "GP25", "GP26", "GP28", "GP29", "GP5"],
     16             ["GP20", "GP22", "GP27", "GP2", "GP3", "GP8"],
     17             ["GP19", "GP23", "GP1", "GP0", "GP4", null],
     18             [null, null, "GP16", "GP17", "GP18", null]
     19         ]
     20     },
     21     "processor": "RP2040",
     22     "split": {
     23         "bootmagic": {
     24             "matrix": [4, 0]
     25         },
     26         "enabled": true,
     27         "matrix_pins": {
     28             "right": {
     29                 "direct": [
     30                     ["GP9", "GP8", "GP4", "GP3", "GP2", "GP25"],
     31                     ["GP10", "GP6", "GP1", "GP28", "GP27", "GP21"],
     32                     ["GP11", "GP5", "GP0", "GP29", "GP26", null],
     33                     [null, null, "GP16", "GP17", "GP18", null]
     34                 ]
     35             }
     36         },
     37         "serial": {
     38             "driver": "vendor"
     39         }
     40     },
     41     "url": "https://github.com/v3lmx/cornifi",
     42     "usb": {
     43         "device_version": "1.0.0",
     44         "pid": "0x0000",
     45         "vid": "0xFEED"
     46     },
     47     "layout_aliases": {
     48         "LAYOUT": "LAYOUT_split_3x5_3_ex2"
     49     },
     50     "layouts": {
     51         "LAYOUT_split_3x5_3_ex2": {
     52             "layout": [
     53                 {"matrix": [0, 0], "x": 0, "y": 0.9},
     54                 {"matrix": [0, 1], "x": 1, "y": 0.3},
     55                 {"matrix": [0, 2], "x": 2, "y": 0},
     56                 {"matrix": [0, 3], "x": 3, "y": 0.35},
     57                 {"matrix": [0, 4], "x": 4, "y": 0.45},
     58                 {"matrix": [0, 5], "x": 5, "y": 0.7},
     59                 {"matrix": [4, 5], "x": 8, "y": 0.7},
     60                 {"matrix": [4, 4], "x": 9, "y": 0.45},
     61                 {"matrix": [4, 3], "x": 10, "y": 0.35},
     62                 {"matrix": [4, 2], "x": 11, "y": 0},
     63                 {"matrix": [4, 1], "x": 12, "y": 0.3},
     64                 {"matrix": [4, 0], "x": 13, "y": 0.9},
     65                 {"matrix": [1, 0], "x": 0, "y": 1.9},
     66                 {"matrix": [1, 1], "x": 1, "y": 1.3},
     67                 {"matrix": [1, 2], "x": 2, "y": 1},
     68                 {"matrix": [1, 3], "x": 3, "y": 1.35},
     69                 {"matrix": [1, 4], "x": 4, "y": 1.45},
     70                 {"matrix": [1, 5], "x": 5, "y": 1.7},
     71                 {"matrix": [5, 5], "x": 8, "y": 1.7},
     72                 {"matrix": [5, 4], "x": 9, "y": 1.45},
     73                 {"matrix": [5, 3], "x": 10, "y": 1.35},
     74                 {"matrix": [5, 2], "x": 11, "y": 1},
     75                 {"matrix": [5, 1], "x": 12, "y": 1.3},
     76                 {"matrix": [5, 0], "x": 13, "y": 1.9},
     77                 {"matrix": [2, 0], "x": 0, "y": 2.9},
     78                 {"matrix": [2, 1], "x": 1, "y": 2.3},
     79                 {"matrix": [2, 2], "x": 2, "y": 2},
     80                 {"matrix": [2, 3], "x": 3, "y": 2.35},
     81                 {"matrix": [2, 4], "x": 4, "y": 2.45},
     82                 {"matrix": [6, 4], "x": 9, "y": 2.45},
     83                 {"matrix": [6, 3], "x": 10, "y": 2.35},
     84                 {"matrix": [6, 2], "x": 11, "y": 2},
     85                 {"matrix": [6, 1], "x": 12, "y": 2.3},
     86                 {"matrix": [6, 0], "x": 13, "y": 2.9},
     87                 {"matrix": [3, 2], "x": 3, "y": 3.7},
     88                 {"matrix": [3, 3], "x": 4, "y": 3.7},
     89                 {"matrix": [3, 4], "x": 5, "y": 3.2, "h": 1.5},
     90                 {"matrix": [7, 4], "x": 8, "y": 3.2, "h": 1.5},
     91                 {"matrix": [7, 3], "x": 9, "y": 3.7},
     92                 {"matrix": [7, 2], "x": 10, "y": 3.7}
     93             ]
     94         }
     95     }
     96 }