qmk_firmware

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

keyboard.json (743B)


      1 {
      2     "keyboard_name": "nicekey",
      3     "manufacturer": "Lukas",
      4     "maintainer": "spydon",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0x6464",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": false,
     12         "extrakey": true,
     13         "mousekey": true,
     14         "nkro": false
     15     },
     16     "qmk": {
     17         "locking": {
     18             "enabled": true,
     19             "resync": true
     20         }
     21     },
     22     "matrix_pins": {
     23         "cols": ["C6"],
     24         "rows": ["B6"]
     25     },
     26     "diode_direction": "COL2ROW",
     27     "processor": "atmega32u4",
     28     "bootloader": "caterina",
     29     "layouts": {
     30         "LAYOUT": {
     31             "layout": [
     32                 {"matrix": [0, 0], "x": 0, "y": 0}
     33             ]
     34         }
     35     }
     36 }