qmk_firmware

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

info.json (374B)


      1 {
      2     "manufacturer": "Keebio",
      3     "url": "https://keeb.io",
      4     "maintainer": "nooges",
      5     "usb": {
      6         "vid": "0xCB10"
      7     },
      8     "features": {
      9         "bootmagic": true,
     10         "console": true,
     11         "extrakey": true,
     12         "mousekey": true,
     13         "nkro": false
     14     },
     15     "split": {
     16         "enabled": true
     17     },
     18     "build": {
     19         "lto": true
     20     }
     21 }