qmk_firmware

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

keyboard.json (704B)


      1 {
      2     "keyboard_name": "vimclutch",
      3     "manufacturer": "blu",
      4     "url": "https://github.com/blu006/vimclutch_hw",
      5     "maintainer": "blu006",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x6060",
      9         "device_version": "0.0.1"
     10     },
     11     "development_board": "promicro",
     12     "diode_direction": "ROW2COL",
     13     "matrix_pins": {
     14         "direct": [
     15             ["B3", "B2", "B6"]
     16         ]
     17     },
     18     "layouts": {
     19         "LAYOUT": {
     20             "layout": [
     21                 {"label": "k00", "x": 0, "y": 0, "matrix": [0, 0]},
     22                 {"label": "k01", "x": 1, "y": 0, "matrix": [0, 1]},
     23                 {"label": "k02", "x": 2, "y": 0, "matrix": [0, 2]}
     24             ]
     25         }
     26     }
     27 }