qmk_firmware

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

info.json (751B)


      1 {
      2     "keyboard_name": "ogurec",
      3     "manufacturer": "DrHigsby",
      4     "url": "http://www.keyboard-layout-editor.com/#/gists/f1bda3a87822868599cf6e3c4340f594",
      5     "maintainer": "drhigsby",
      6     "usb": {
      7         "vid": "0x0007",
      8         "pid": "0x0002",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "extrakey": true,
     14         "mousekey": false,
     15         "nkro": true
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"],
     25         "rows": ["F6", "B6", "B2"]
     26     },
     27     "diode_direction": "COL2ROW",
     28     "development_board": "promicro"
     29 }