qmk_firmware

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

keyboard.json (932B)


      1 {
      2     "keyboard_name": "Mechboards Micropad",
      3     "manufacturer": "Yiancar",
      4     "maintainer": "yiancar",
      5     "usb": {
      6         "vid": "0x8968",
      7         "pid": "0x0001",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": false,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": false
     15     },
     16     "qmk": {
     17         "locking": {
     18             "enabled": true,
     19             "resync": true
     20         }
     21     },
     22     "matrix_pins": {
     23         "cols": ["B2", "B3", "B1", "F7"],
     24         "rows": ["B6"]
     25     },
     26     "diode_direction": "COL2ROW",
     27     "processor": "atmega32u4",
     28     "bootloader": "caterina",
     29     "layouts": {
     30         "LAYOUT": {
     31             "layout": [
     32                 {"matrix": [0, 0], "x": 0, "y": 0},
     33                 {"matrix": [0, 1], "x": 1, "y": 0},
     34                 {"matrix": [0, 2], "x": 2, "y": 0},
     35                 {"matrix": [0, 3], "x": 3, "y": 0}
     36             ]
     37         }
     38     }
     39 }