qmk_firmware

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

keyboard.json (1429B)


      1 {
      2     "matrix_pins": {
      3         "cols": ["F4", "F5", "F6", "F7", "B1"],
      4         "rows": ["D4", "C6", "D7", "E6"]
      5     },
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": false,
      9         "mousekey": true,
     10         "extrakey": true,
     11         "console": true,
     12         "command": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "layouts": {
     21         "LAYOUT_numpad_5x4": {
     22             "layout": [
     23                 {"matrix": [0, 0], "x": 0, "y": 0},
     24                 {"matrix": [2, 0], "x": 1, "y": 0},
     25                 {"matrix": [1, 0], "x": 2, "y": 0},
     26                 {"matrix": [3, 0], "x": 3, "y": 0},
     27 
     28                 {"matrix": [0, 1], "x": 0, "y": 1},
     29                 {"matrix": [2, 1], "x": 1, "y": 1},
     30                 {"matrix": [1, 1], "x": 2, "y": 1},
     31 
     32                 {"matrix": [0, 2], "x": 0, "y": 2},
     33                 {"matrix": [2, 2], "x": 1, "y": 2},
     34                 {"matrix": [1, 2], "x": 2, "y": 2},
     35                 {"matrix": [3, 1], "x": 3, "y": 1, "h": 2},
     36 
     37                 {"matrix": [3, 2], "x": 0, "y": 3},
     38                 {"matrix": [0, 3], "x": 1, "y": 3},
     39                 {"matrix": [2, 3], "x": 2, "y": 3},
     40 
     41                 {"matrix": [3, 3], "x": 0, "y": 4, "w": 2},
     42                 {"matrix": [0, 4], "x": 2, "y": 4},
     43                 {"matrix": [1, 3], "x": 3, "y": 3, "h": 2}
     44             ]
     45         }
     46     }
     47 }