qmk_firmware

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

keyboard.json (1109B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.3"
      4     },
      5     "matrix_pins": {
      6         "cols": ["D4", "E6", "B1"],
      7         "rows": ["B6", "B2", "B3", "B4"]
      8     },
      9     "diode_direction": "COL2ROW",
     10     "development_board": "promicro",
     11     "features": {
     12         "bootmagic": false,
     13         "mousekey": false,
     14         "extrakey": true,
     15         "console": true,
     16         "command": true
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "layouts": {
     25         "LAYOUT": {
     26             "layout": [
     27                 {"matrix": [0, 0], "x": 0, "y": 0},
     28                 {"matrix": [0, 1], "x": 1, "y": 0},
     29                 {"matrix": [0, 2], "x": 2, "y": 0},
     30 
     31                 {"matrix": [1, 0], "x": 0, "y": 1},
     32                 {"matrix": [1, 1], "x": 1, "y": 1},
     33                 {"matrix": [1, 2], "x": 2, "y": 1},
     34 
     35                 {"matrix": [2, 1], "x": 1, "y": 3},
     36 
     37                 {"matrix": [3, 0], "x": 0, "y": 4},
     38                 {"matrix": [3, 1], "x": 1, "y": 4},
     39                 {"matrix": [3, 2], "x": 2, "y": 4}
     40             ]
     41         }
     42     }
     43 }