qmk_firmware

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

keyboard.json (988B)


      1 {
      2     "keyboard_name": "6key",
      3     "manufacturer": "bratzworth",
      4     "url": "https://github.com/Bratzworth/6key",
      5     "maintainer": "bratzworth",
      6     "usb": {
      7       "vid": "0xD143",
      8       "pid": "0x0007",
      9       "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "dip_switch": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true
     17     },
     18     "matrix_pins": {
     19       "cols": ["D3", "D2", "D1"],
     20       "rows": ["B4", "D0"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "dip_switch": {
     24       "pins": ["C6"]
     25     },
     26     "processor": "atmega32u4",
     27     "bootloader": "caterina",
     28     "layouts": {
     29       "LAYOUT": {
     30         "layout": [
     31           {"matrix": [0, 0], "x": 0, "y": 0},
     32           {"matrix": [0, 1], "x": 1, "y": 0},
     33           {"matrix": [0, 2], "x": 2, "y": 0},
     34 
     35           {"matrix": [1, 0], "x": 0, "y": 1},
     36           {"matrix": [1, 1], "x": 1, "y": 1},
     37           {"matrix": [1, 2], "x": 2, "y": 1}
     38         ]
     39       }
     40     }
     41   }