qmk_firmware

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

keyboard.json (241B)


      1 {
      2     "processor": "atmega32u4",
      3     "bootloader": "atmel-dfu",
      4     "features": {
      5         "bootmagic": true,
      6         "command": true,
      7         "console": true,
      8         "extrakey": true,
      9         "mousekey": true,
     10         "nkro": false
     11     }
     12 }