qmk_firmware

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

keyboard.json (318B)


      1 {
      2     "processor": "STM32F103",
      3     "bootloader": "stm32duino",
      4     "features": {
      5         "bootmagic": true,
      6         "mousekey": true,
      7         "extrakey": true,
      8         "console": true,
      9         "command": true,
     10         "nkro": true,
     11         "backlight": true,
     12         "rgblight": true,
     13         "encoder": true
     14     }
     15 }