qmk_firmware

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

keyboard.json (936B)


      1 {
      2     "keyboard_name": "Trackpoint Demo",
      3     "manufacturer": "QMK",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x1234",
      7         "pid": "0x5678",
      8         "device_version": "0.0.1"
      9     },
     10     "matrix_pins": {
     11         "cols": ["F1", "F4", "F5"],
     12         "rows": ["F0"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "processor": "atmega32u4",
     16     "bootloader": "halfkay",
     17     "features": {
     18         "bootmagic": false,
     19         "mousekey": true,
     20         "extrakey": true,
     21         "console": true,
     22         "command": true,
     23         "ps2": true,
     24         "ps2_mouse": true
     25     },
     26     "qmk": {
     27         "locking": {
     28             "enabled": true,
     29             "resync": true
     30         }
     31     },
     32     "layouts": {
     33         "LAYOUT": {
     34             "layout": [
     35                 {"matrix": [0, 0], "x": 0, "y": 0},
     36                 {"matrix": [0, 1], "x": 1, "y": 0},
     37                 {"matrix": [0, 2], "x": 2, "y": 0}
     38             ]
     39         }
     40     }
     41 }