qmk_firmware

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

keyboard.json (959B)


      1 {
      2     "keyboard_name": "M4-A",
      3     "manufacturer": "RAMA WORKS",
      4     "url": "http://rama.works",
      5     "maintainer": "naut",
      6     "usb": {
      7         "vid": "0x5241",
      8         "pid": "0x004A",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": false
     16     },
     17     "qmk": {
     18         "locking": {
     19             "enabled": true,
     20             "resync": true
     21         }
     22     },
     23     "matrix_pins": {
     24         "cols": ["F6", "F7"],
     25         "rows": ["C7", "C6"]
     26     },
     27     "diode_direction": "ROW2COL",
     28     "processor": "atmega32u4",
     29     "bootloader": "atmel-dfu",
     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, 1], "x": 2, "y": 0, "h": 2},
     36                 {"matrix": [1, 0], "x": 0, "y": 1, "w": 2}
     37             ]
     38         }
     39     }
     40 }