qmk_firmware

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

keyboard.json (1140B)


      1 {
      2     "manufacturer": "Balloondog",
      3     "keyboard_name": "TR90PM",
      4     "maintainer": "balloondogcaps",
      5     "development_board": "promicro",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["D1", "D0", "D4"],
     15         "rows": ["C6", "D7", "E6"]
     16     },
     17     "usb": {
     18         "device_version": "1.0.0",
     19         "pid": "0x0002",
     20         "vid": "0x4243"
     21     },
     22     "layout_aliases": {
     23         "LAYOUT": "LAYOUT_ortho_3x3"
     24     },
     25     "layouts": {
     26         "LAYOUT_ortho_3x3": {
     27             "layout": [
     28                 {"matrix": [0, 0], "x": 0, "y": 0},
     29                 {"matrix": [0, 1], "x": 1, "y": 0},
     30                 {"matrix": [0, 2], "x": 2, "y": 0},
     31                 {"matrix": [1, 0], "x": 0, "y": 1},
     32                 {"matrix": [1, 1], "x": 1, "y": 1},
     33                 {"matrix": [1, 2], "x": 2, "y": 1},
     34                 {"matrix": [2, 0], "x": 0, "y": 2},
     35                 {"matrix": [2, 1], "x": 1, "y": 2},
     36                 {"matrix": [2, 2], "x": 2, "y": 2}
     37             ]
     38         }
     39     }
     40 }