qmk_firmware

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

keyboard.json (1550B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.7"
      4     },
      5     "matrix_pins": {
      6         "cols": ["C6", "D7", "E6", "B4", "B5"],
      7         "rows": ["F4", "F5", "F6", "F7"]
      8     },
      9     "diode_direction": "COL2ROW",
     10     "encoder": {
     11         "rotary": [
     12             {"pin_a": "D0", "pin_b": "D4"}
     13         ]
     14     },
     15     "bootmagic": {
     16         "matrix": [3, 0]
     17     },
     18     "development_board": "promicro",
     19     "features": {
     20         "bootmagic": true,
     21         "mousekey": true,
     22         "extrakey": true,
     23         "console": true,
     24         "encoder": true,
     25         "key_lock": true
     26     },
     27     "layouts": {
     28         "LAYOUT": {
     29             "layout": [
     30                 {"matrix": [0, 1], "x": 1, "y": 0},
     31                 {"matrix": [0, 2], "x": 2, "y": 0},
     32                 {"matrix": [0, 3], "x": 3, "y": 0},
     33                 {"matrix": [0, 4], "x": 4, "y": 0},
     34 
     35                 {"matrix": [1, 1], "x": 1, "y": 1},
     36                 {"matrix": [1, 2], "x": 2, "y": 1},
     37                 {"matrix": [1, 3], "x": 3, "y": 1},
     38                 {"matrix": [1, 4], "x": 4, "y": 1},
     39 
     40                 {"matrix": [2, 1], "x": 1, "y": 2},
     41                 {"matrix": [2, 2], "x": 2, "y": 2},
     42                 {"matrix": [2, 3], "x": 3, "y": 2},
     43                 {"matrix": [2, 4], "x": 4, "y": 2},
     44 
     45                 {"matrix": [3, 0], "x": 0, "y": 3},
     46                 {"matrix": [3, 1], "x": 1, "y": 3},
     47                 {"matrix": [3, 2], "x": 2, "y": 3},
     48                 {"matrix": [3, 3], "x": 3, "y": 3},
     49                 {"matrix": [3, 4], "x": 4, "y": 3}
     50             ]
     51         }
     52     }
     53 }