qmk_firmware

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

keyboard.json (686B)


      1 {
      2     "usb": {
      3         "shared_endpoint": {
      4             "keyboard": true
      5         }
      6     },
      7     "matrix_pins": {
      8         "cols": ["B12", "B13", "B14", "B15", "A8", "A10"],
      9         "rows": ["A15", "B3", "B4", "B5", "B7"]
     10     },
     11     "diode_direction": "COL2ROW",
     12     "audio": {
     13         "driver": "pwm_hardware"
     14     },
     15     "ws2812": {
     16         "driver": "pwm"
     17     },
     18     "development_board": "blackpill_f411",
     19     "features": {
     20         "bootmagic": true,
     21         "mousekey": true,
     22         "extrakey": true,
     23         "nkro": true,
     24         "rgblight": true,
     25         "audio": true
     26     },
     27     "qmk": {
     28         "locking": {
     29             "enabled": true,
     30             "resync": true
     31         }
     32     }
     33 }