qmk_firmware

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

keyboard.json (962B)


      1 {
      2     "keyboard_name": "Ivy",
      3     "manufacturer": "Maple Computing",
      4     "maintainer": "That-Canadian",
      5     "usb": {
      6         "vid": "0x1337",
      7         "pid": "0x6012",
      8         "device_version": "0.0.1"
      9     },
     10     "matrix_pins": {
     11         "cols": ["F5", "B3", "D5"],
     12         "rows": ["F1", "B2", "D3"]
     13     },
     14     "diode_direction": "COL2ROW",
     15     "backlight": {
     16         "driver": "timer",
     17         "pin": "D2"
     18     },
     19     "processor": "atmega32u4",
     20     "bootloader": "caterina",
     21     "features": {
     22         "bootmagic": false,
     23         "mousekey": false,
     24         "extrakey": true,
     25         "backlight": true
     26     },
     27     "qmk": {
     28         "locking": {
     29             "enabled": true,
     30             "resync": true
     31         }
     32     },
     33     "layouts": {
     34         "LAYOUT": {
     35             "layout": [
     36                 {"matrix": [0, 0], "x": 0, "y": 0},
     37                 {"matrix": [1, 1], "x": 1, "y": 0},
     38                 {"matrix": [2, 2], "x": 2, "y": 0}
     39             ]
     40         }
     41     }
     42 }