qmk_firmware

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

keyboard.json (184B)


      1 {
      2     "bootloader": "caterina",
      3     "bluetooth": {
      4         "driver": "bluefruit_le"
      5     },
      6     "build": {
      7         "lto": true
      8     },
      9     "features":{
     10         "bluetooth": true
     11     }
     12 }