qmk_firmware

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

keyboard.json (2536B)


      1 {
      2   "keyboard_name": "MiniDox",
      3   "manufacturer": "That-Canadian",
      4   "maintainer": "qmk",
      5   "usb": {
      6     "vid": "0xFEED",
      7     "pid": "0x3060",
      8     "device_version": "0.0.1"
      9   },
     10   "matrix_pins": {
     11     "cols": ["F4", "D3", "D2", "D1", "D4"],
     12     "rows": ["B2", "B6", "B4", "B5"]
     13   },
     14   "diode_direction": "COL2ROW",
     15   "split": {
     16     "enabled": true,
     17     "serial": {
     18       "pin": "D0"
     19     }
     20   },
     21   "development_board": "promicro",
     22   "features": {
     23     "bootmagic": false,
     24     "mousekey": true,
     25     "extrakey": true,
     26     "command": true
     27   },
     28   "qmk": {
     29     "locking": {
     30       "enabled": true,
     31       "resync": true
     32     }
     33   },
     34   "community_layouts": ["split_3x5_3"],
     35   "layout_aliases": {
     36     "LAYOUT": "LAYOUT_split_3x5_3"
     37   },
     38   "layouts": {
     39     "LAYOUT_split_3x5_3": {
     40       "layout": [
     41         {"matrix": [0, 0], "x": 0, "y": 0.375},
     42         {"matrix": [0, 1], "x": 1, "y": 0.125},
     43         {"matrix": [0, 2], "x": 2, "y": 0},
     44         {"matrix": [0, 3], "x": 3, "y": 0.125},
     45         {"matrix": [0, 4], "x": 4, "y": 0.25},
     46 
     47         {"matrix": [4, 4], "x": 7, "y": 0.25},
     48         {"matrix": [4, 3], "x": 8, "y": 0.125},
     49         {"matrix": [4, 2], "x": 9, "y": 0},
     50         {"matrix": [4, 1], "x": 10, "y": 0.125},
     51         {"matrix": [4, 0], "x": 11, "y": 0.375},
     52 
     53         {"matrix": [1, 0], "x": 0, "y": 1.375},
     54         {"matrix": [1, 1], "x": 1, "y": 1.125},
     55         {"matrix": [1, 2], "x": 2, "y": 1},
     56         {"matrix": [1, 3], "x": 3, "y": 1.125},
     57         {"matrix": [1, 4], "x": 4, "y": 1.25},
     58 
     59         {"matrix": [5, 4], "x": 7, "y": 1.25},
     60         {"matrix": [5, 3], "x": 8, "y": 1.125},
     61         {"matrix": [5, 2], "x": 9, "y": 1},
     62         {"matrix": [5, 1], "x": 10, "y": 1.125},
     63         {"matrix": [5, 0], "x": 11, "y": 1.375},
     64 
     65         {"matrix": [2, 0], "x": 0, "y": 2.375},
     66         {"matrix": [2, 1], "x": 1, "y": 2.125},
     67         {"matrix": [2, 2], "x": 2, "y": 2},
     68         {"matrix": [2, 3], "x": 3, "y": 2.125},
     69         {"matrix": [2, 4], "x": 4, "y": 2.25},
     70 
     71         {"matrix": [6, 4], "x": 7, "y": 2.25},
     72         {"matrix": [6, 3], "x": 8, "y": 2.125},
     73         {"matrix": [6, 2], "x": 9, "y": 2},
     74         {"matrix": [6, 1], "x": 10, "y": 2.125},
     75         {"matrix": [6, 0], "x": 11, "y": 2.375},
     76 
     77         {"matrix": [3, 2], "x": 2.5, "y": 4.75},
     78         {"matrix": [3, 3], "x": 3.5, "y": 4.75},
     79         {"matrix": [3, 4], "x": 4.5, "y": 3.75, "h": 2},
     80 
     81         {"matrix": [7, 4], "x": 6.5, "y": 3.75, "h": 2},
     82         {"matrix": [7, 3], "x": 7.5, "y": 4.75},
     83         {"matrix": [7, 2], "x": 8.5, "y": 4.75}
     84       ]
     85     }
     86   }
     87 }