qmk_firmware

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

keyboard.json (297B)


      1 {
      2     "processor": "atmega32u4",
      3     "bootloader": "caterina",
      4     "features": {
      5         "bootmagic": true,
      6         "extrakey": true,
      7         "mousekey": true,
      8         "nkro": false
      9     },
     10     "qmk": {
     11         "locking": {
     12             "enabled": true,
     13             "resync": true
     14         }
     15     }
     16 }