qmk_firmware

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

keyboard.json (947B)


      1 {
      2     "keyboard_name": "Meishi",
      3     "manufacturer": "Biacco42",
      4     "maintainer": "Biacco42",
      5     "usb": {
      6         "vid": "0xBC42",
      7         "pid": "0x0002",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": false,
     12         "command": true,
     13         "console": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["B1", "B3", "B2", "B6"],
     26         "rows": ["B5"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "development_board": "promicro",
     30     "layouts": {
     31         "LAYOUT": {
     32             "layout": [
     33                 {"matrix": [0, 0], "x": 0, "y": 0},
     34                 {"matrix": [0, 1], "x": 1, "y": 0},
     35                 {"matrix": [0, 2], "x": 2, "y": 0},
     36                 {"matrix": [0, 3], "x": 3, "y": 0}
     37             ]
     38         }
     39     }
     40 }