qmk_firmware

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

keyboard.json (915B)


      1 {
      2     "keyboard_name": "iS0",
      3     "manufacturer": "Illuminati Works",
      4     "maintainer": "ai03",
      5     "usb": {
      6         "vid": "0xA103",
      7         "pid": "0x0012",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "backlight": true,
     12         "bootmagic": true,
     13         "command": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["D0"],
     26         "rows": ["D2"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "backlight": {
     30         "pin": "B7",
     31         "levels": 5,
     32         "breathing": true
     33     },
     34     "processor": "atmega32u2",
     35     "bootloader": "atmel-dfu",
     36     "layouts": {
     37         "LAYOUT": {
     38             "layout": [
     39                 {"matrix": [0, 0], "x": 0.25, "y": 0, "w": 1.25, "h": 2}
     40             ]
     41         }
     42     }
     43 }