qmk_firmware

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

keyboard.json (1836B)


      1 {
      2     "keyboard_name": "P18 Macro Pad",
      3     "manufacturer": "Pabile",
      4     "url": "https://pabileonline.blogspot.com/",
      5     "maintainer": "Pabile",
      6     "usb": {
      7         "vid": "0x6666",
      8         "pid": "0x6668",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false,
     17         "unicode": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["D2", "D7", "E6", "B4", "B5"],
     21         "rows": ["D1", "D0", "D4", "C6"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "encoder": {
     25         "rotary": [
     26             {"pin_a": "B6", "pin_b": "F4"},
     27             {"pin_a": "F6", "pin_b": "F5"}
     28         ]
     29     },
     30     "development_board": "promicro",
     31     "layouts": {
     32         "LAYOUT": {
     33             "layout": [
     34                 {"matrix": [0, 4], "x": 1.25, "y": 0},
     35                 {"matrix": [0, 3], "x": 2.25, "y": 0},
     36                 {"matrix": [0, 2], "x": 3.25, "y": 0},
     37                 {"matrix": [0, 1], "x": 4.25, "y": 0},
     38 
     39                 {"matrix": [1, 4], "x": 1.25, "y": 1},
     40                 {"matrix": [1, 3], "x": 2.25, "y": 1},
     41                 {"matrix": [1, 2], "x": 3.25, "y": 1},
     42                 {"matrix": [1, 1], "x": 4.25, "y": 1},
     43 
     44                 {"matrix": [2, 0], "x": 0, "y": 2},
     45                 {"matrix": [2, 4], "x": 1.25, "y": 2},
     46                 {"matrix": [2, 3], "x": 2.25, "y": 2},
     47                 {"matrix": [2, 2], "x": 3.25, "y": 2},
     48                 {"matrix": [2, 1], "x": 4.25, "y": 2},
     49 
     50                 {"matrix": [3, 0], "x": 0, "y": 3},
     51                 {"matrix": [3, 4], "x": 1.25, "y": 3},
     52                 {"matrix": [3, 3], "x": 2.25, "y": 3},
     53                 {"matrix": [3, 2], "x": 3.25, "y": 3},
     54                 {"matrix": [3, 1], "x": 4.25, "y": 3}
     55             ]
     56         }
     57     }
     58 }