qmk_firmware

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

keyboard.json (281B)


      1 {
      2     "processor": "atmega32u4",
      3     "bootloader": "caterina",
      4     "qmk": {
      5         "locking": {
      6             "enabled": true,
      7             "resync": true
      8         }
      9     },
     10     "bluetooth": {
     11         "driver": "bluefruit_le"
     12     },
     13     "features": {
     14         "bluetooth": true
     15     }
     16 }