qmk_firmware

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

keyboard.json (366B)


      1 {
      2     "development_board": "blackpill_f411",
      3     "features": {
      4         "bootmagic": true,
      5         "mousekey": true,
      6         "extrakey": true,
      7         "nkro": true,
      8         "rgblight": true,
      9         "encoder": true,
     10         "dip_switch": true,
     11         "steno": true,
     12         "oled": true,
     13         "pointing_device": true,
     14         "dynamic_tapping_term": true
     15     }
     16 }