qmk_firmware

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

info.json (330B)


      1 {
      2     "build": {
      3         "lto": true
      4     },
      5     "features": {
      6         "bootmagic": true,
      7         "console": true,
      8         "extrakey": true,
      9         "mousekey": true,
     10         "nkro": true,
     11         "rgb_matrix": true
     12     },
     13     "qmk": {
     14         "locking": {
     15             "enabled": true,
     16             "resync": true
     17         }
     18     }
     19 }