qmk_firmware

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

keyboard.json (603B)


      1 {
      2     "usb": {
      3         "shared_endpoint": {
      4             "keyboard": true
      5         }
      6     },
      7     "matrix_pins": {
      8         "cols": ["A5", "A6", "A7", "B0", "B1", "B10"],
      9         "rows": ["A4", "A3", "A2", "A1", "A0"]
     10     },
     11     "diode_direction": "COL2ROW",
     12     "ws2812": {
     13         "driver": "pwm"
     14     },
     15     "development_board": "blackpill_f401",
     16     "features": {
     17         "bootmagic": true,
     18         "mousekey": true,
     19         "extrakey": true,
     20         "nkro": true,
     21         "rgblight": true
     22     },
     23     "qmk": {
     24         "locking": {
     25             "enabled": true,
     26             "resync": true
     27         }
     28     }
     29 }