qmk_firmware

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

keyboard.json (867B)


      1 {
      2   "keyboard_name": "SixKeyBoard",
      3   "manufacturer": "TechKeys",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0x746B",
      7     "pid": "0x736B",
      8     "device_version": "0.0.1"
      9   },
     10   "host": {
     11     "default": {
     12       "nkro": true
     13     }
     14   },
     15   "features": {
     16     "bootmagic": false,
     17     "extrakey": false,
     18     "mousekey": false,
     19     "nkro": false
     20   },
     21   "qmk": {
     22     "locking": {
     23       "enabled": true,
     24       "resync": true
     25     }
     26   },
     27   "processor": "atmega16u2",
     28   "bootloader": "atmel-dfu",
     29   "community_layouts": ["ortho_2x3"],
     30   "layouts": {
     31     "LAYOUT_ortho_2x3": {
     32       "layout": [
     33         {"matrix": [0, 0], "x": 0, "y": 0},
     34         {"matrix": [0, 1], "x": 1, "y": 0},
     35         {"matrix": [0, 2], "x": 2, "y": 0},
     36 
     37         {"matrix": [1, 0], "x": 0, "y": 1},
     38         {"matrix": [1, 1], "x": 1, "y": 1},
     39         {"matrix": [1, 2], "x": 2, "y": 1}
     40       ]
     41     }
     42   }
     43 }