qmk_firmware

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

info.json (975B)


      1 {
      2     "keyboard_name": "Thumb Trackball",
      3     "manufacturer": "Ploopy",
      4     "url": "www.ploopy.co",
      5     "maintainer": "ploopyco",
      6     "usb": {
      7         "vid": "0x5043",
      8         "pid": "0x5C46",
      9         "device_version": "0.0.1",
     10         "max_power": 100
     11     },
     12     "bootmagic": {
     13         "matrix": [0, 3]
     14     },
     15     "features": {
     16         "bootmagic": true,
     17         "extrakey": true,
     18         "mousekey": true,
     19         "nkro": false,
     20         "pointing_device": true,
     21         "encoder": true
     22     },
     23     "encoder": {
     24         "driver": "custom"
     25     },
     26     "layouts": {
     27         "LAYOUT": {
     28             "layout": [
     29                 {"matrix": [0, 0], "x": 0, "y": 0},
     30                 {"matrix": [0, 2], "x": 1, "y": 0, "h": 2},
     31                 {"matrix": [0, 3], "x": 2.5, "y": 0.25, "h": 1.5},
     32                 {"matrix": [0, 4], "x": 4, "y": 0},
     33                 {"matrix": [0, 5], "x": 5, "y": 0.5},
     34                 {"matrix": [0, 1], "x": 0, "y": 1}
     35             ]
     36         }
     37     }
     38 }