qmk_firmware

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

keyboard.json (348B)


      1 {
      2     "processor": "at90usb646",
      3     "bootloader": "atmel-dfu",
      4     "features": {
      5         "bootmagic": false,
      6         "mousekey": false,
      7         "extrakey": true,
      8         "nkro": true,
      9         "audio": true,
     10         "watchdog": true
     11     },
     12     "qmk": {
     13         "locking": {
     14             "enabled": true,
     15             "resync": true
     16         }
     17     }
     18 }