qmk_firmware

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

keyboard.json (346B)


      1 {
      2     "processor": "STM32F303",
      3     "board": "QMK_PROTON_C",
      4     "bootloader": "stm32-dfu",
      5     "features": {
      6         "bootmagic": true,
      7         "mousekey": true,
      8         "extrakey": true,
      9         "console": true,
     10         "command": true,
     11         "nkro": true,
     12         "backlight": true,
     13         "rgblight": true,
     14         "encoder": true
     15     }
     16 }