qmk_firmware

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

keyboard.json (801B)


      1 {
      2     "usb": {
      3         "pid": "0x0030",
      4         "device_version": "0.0.1"
      5     },
      6     "features": {
      7         "bootmagic": false,
      8         "extrakey": true,
      9         "mousekey": true,
     10         "nkro": true,
     11         "unicode": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["F7", "B6", "F4"],
     15         "rows": ["E6", "B3"]
     16     },
     17     "diode_direction": "COL2ROW",
     18     "development_board": "promicro",
     19     "layouts": {
     20         "LAYOUT": {
     21             "layout": [
     22                 {"matrix": [0, 0], "x": 0, "y": 0},
     23                 {"matrix": [0, 1], "x": 1, "y": 0},
     24                 {"matrix": [0, 2], "x": 2, "y": 0},
     25 
     26                 {"matrix": [1, 0], "x": 0, "y": 1},
     27                 {"matrix": [1, 1], "x": 1, "y": 1},
     28                 {"matrix": [1, 2], "x": 2, "y": 1}
     29             ]
     30         }
     31     }
     32 }