qmk_firmware

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

keyboard.json (1215B)


      1 {
      2     "keyboard_name": "SHK9",
      3     "manufacturer": "Superhuman",
      4     "url": "http://superhuman.website",
      5     "maintainer": "Sam Hudson",
      6     "usb": {
      7       "vid": "0x5348",
      8       "pid": "0x4B39",
      9       "device_version": "0.0.1"
     10     },
     11     "features": {
     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": ["B3", "B4", "B5"],
     26       "rows": ["B0", "B1", "B2"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "processor": "atmega32u4",
     30     "bootloader": "atmel-dfu",
     31     "layouts": {
     32         "LAYOUT_ortho_3x3": {
     33           "layout": [
     34             {"matrix": [0, 0], "x": 0, "y": 0},
     35             {"matrix": [0, 1], "x": 1, "y": 0},
     36             {"matrix": [0, 2], "x": 2, "y": 0},
     37 
     38             {"matrix": [1, 0], "x": 0, "y": 1},
     39             {"matrix": [1, 1], "x": 1, "y": 1},
     40             {"matrix": [1, 2], "x": 2, "y": 1},
     41 
     42             {"matrix": [2, 0], "x": 0, "y": 2},
     43             {"matrix": [2, 1], "x": 1, "y": 2},
     44             {"matrix": [2, 2], "x": 2, "y": 2}
     45           ]
     46         }
     47     }
     48 }