qmk_firmware

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

keyboard.json (750B)


      1 {
      2     "keyboard_name": "Stealth",
      3     "manufacturer": "Ocean",
      4     "maintainer": "Ocean",
      5     "usb": {
      6         "vid": "0x9624",
      7         "pid": "0x0010",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": true
     15     },
     16     "matrix_pins": {
     17         "cols": ["D0", "D4", "C6"],
     18         "rows": ["D1"]
     19     },
     20     "diode_direction": "ROW2COL",
     21     "development_board": "promicro",
     22     "layouts": {
     23         "LAYOUT": {
     24             "layout": [
     25                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 2.25},
     26                 {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.25},
     27                 {"matrix": [0, 2], "x": 1.25, "y": 1}
     28             ]
     29         }
     30     }
     31 }