qmk_firmware

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

info.json (948B)


      1 {
      2     "keyboard_name": "Classic Trackball",
      3     "manufacturer": "Ploopy",
      4     "url": "www.ploopy.co",
      5     "maintainer": "drashna",
      6     "usb": {
      7         "vid": "0x5043",
      8         "pid": "0x5442",
      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                 {"x": 0, "y": 0, "h": 2, "matrix": [0, 0]},
     30                 {"x": 1, "y": 0.25, "h": 1.5, "matrix": [0, 1]},
     31                 {"x": 2, "y": 0, "h": 2, "matrix": [0, 2]},
     32                 {"x": 3.5, "y": 0, "h": 2, "matrix": [0, 3]},
     33                 {"x": 4.5, "y": 0, "h": 2, "matrix": [0, 4]}
     34             ]
     35         }
     36     }
     37 }