qmk_firmware

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

keyboard.json (1537B)


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