qmk_firmware

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

keyboard.json (556B)


      1 {
      2     "features": {
      3         "backlight": true,
      4         "bootmagic": true,
      5         "command": true,
      6         "extrakey": true,
      7         "mousekey": true,
      8         "nkro": true
      9     },
     10     "matrix_pins": {
     11         "cols": ["C4", "B7", "C6", "C7", "B6", "B5", "B4", "B3", "B2", "B1", "B0", "D6"],
     12         "rows": ["D3", "C5", "D4", "D5"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "backlight": {
     16         "driver": "timer",
     17         "pin": "D1",
     18         "levels": 5,
     19         "breathing": true
     20     },
     21     "processor": "atmega32u2",
     22     "bootloader": "atmel-dfu"
     23 }