qmk_firmware

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

keyboard.json (349B)


      1 {
      2     "usb": {
      3         "shared_endpoint": {
      4             "keyboard": true
      5         }
      6     },
      7     "matrix_pins": {
      8         "cols": ["A8", "B2", "B1", "B15", "A10", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0"],
      9         "rows": ["B4", "B3", "A15", "B13", "B5"]
     10     },
     11     "diode_direction": "COL2ROW",
     12     "development_board": "blackpill_f401"
     13 }