qmk_firmware

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

keyboard.json (1057B)


      1 {
      2   "keyboard_name": "The nein Keyboard",
      3   "manufacturer": "di0ib",
      4   "url": "http://www.40percent.club/2019/04/nein.html",
      5   "maintainer": "qmk",
      6   "usb": {
      7     "vid": "0x4025",
      8     "pid": "0x9999",
      9     "device_version": "99.9.9"
     10   },
     11   "development_board": "promicro",
     12   "features": {
     13     "bootmagic": 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     "direct": [
     26       ["F4", "F5", "F6"],
     27       ["F7", "B1", "B3"],
     28       ["B2", "B6", "B5"]
     29     ]
     30   },
     31   "layouts": {
     32     "LAYOUT_ortho_3x3": {
     33       "layout": [
     34         {"x": 0, "y": 0, "matrix": [0, 0]},
     35         {"x": 1, "y": 0, "matrix": [0, 1]},
     36         {"x": 2, "y": 0, "matrix": [0, 2]},
     37         {"x": 0, "y": 1, "matrix": [1, 0]},
     38         {"x": 1, "y": 1, "matrix": [1, 1]},
     39         {"x": 2, "y": 1, "matrix": [1, 2]},
     40         {"x": 0, "y": 2, "matrix": [2, 0]},
     41         {"x": 1, "y": 2, "matrix": [2, 1]},
     42         {"x": 2, "y": 2, "matrix": [2, 2]}
     43       ]
     44     }
     45   }
     46 }