qmk_firmware

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

keyboard.json (796B)


      1 {
      2   "keyboard_name": "meishi2",
      3   "manufacturer": "Biacco42",
      4   "maintainer": "biacco42",
      5   "usb": {
      6     "vid": "0xBC42",
      7     "pid": "0x0003",
      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": ["F5", "F6"],
     26     "rows": ["D7", "E6"]
     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": [1, 0], "x": 2, "y": 0},
     36         {"matrix": [1, 1], "x": 3, "y": 0}
     37       ]
     38     }
     39   }
     40 }