qmk_firmware

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

keyboard.json (2907B)


      1 {
      2     "keyboard_name": "P42",
      3     "manufacturer": "Pabile",
      4     "url": "https://pabileonline.blogspot.com/",
      5     "maintainer": "Pabile",
      6     "usb": {
      7         "vid": "0x6666",
      8         "pid": "0x6670",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "extrakey": true,
     14         "mousekey": true,
     15         "nkro": true,
     16         "unicode": true
     17     },
     18     "matrix_pins": {
     19         "cols": ["D7", "E6", "B4", "B5", "D2", "D3", "F7", "B1", "B3", "B2", "B6"],
     20         "rows": ["D1", "D0", "D4", "C6"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "development_board": "promicro",
     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                 {"matrix": [0, 3], "x": 3, "y": 0},
     31                 {"matrix": [0, 4], "x": 4, "y": 0},
     32                 {"matrix": [0, 5], "x": 5, "y": 0},
     33                 {"matrix": [0, 6], "x": 6, "y": 0},
     34                 {"matrix": [0, 7], "x": 7, "y": 0},
     35                 {"matrix": [0, 8], "x": 8, "y": 0},
     36                 {"matrix": [0, 9], "x": 9, "y": 0},
     37 
     38                 {"matrix": [1, 0], "x": 0, "y": 1},
     39                 {"matrix": [1, 1], "x": 1, "y": 1},
     40                 {"matrix": [1, 2], "x": 2, "y": 1},
     41                 {"matrix": [1, 3], "x": 3, "y": 1},
     42                 {"matrix": [1, 4], "x": 4, "y": 1},
     43                 {"matrix": [1, 5], "x": 5, "y": 1},
     44                 {"matrix": [1, 6], "x": 6, "y": 1},
     45                 {"matrix": [1, 7], "x": 7, "y": 1},
     46                 {"matrix": [1, 8], "x": 8, "y": 1},
     47                 {"matrix": [1, 9], "x": 9, "y": 1},
     48 
     49                 {"matrix": [2, 0], "x": 0, "y": 2},
     50                 {"matrix": [2, 1], "x": 1, "y": 2},
     51                 {"matrix": [2, 2], "x": 2, "y": 2},
     52                 {"matrix": [2, 3], "x": 3, "y": 2},
     53                 {"matrix": [2, 4], "x": 4, "y": 2},
     54                 {"matrix": [2, 5], "x": 5, "y": 2},
     55                 {"matrix": [2, 6], "x": 6, "y": 2},
     56                 {"matrix": [2, 7], "x": 7, "y": 2},
     57                 {"matrix": [2, 8], "x": 8, "y": 2},
     58                 {"matrix": [2, 9], "x": 9, "y": 2},
     59 
     60                 {"matrix": [2, 10], "x": 10.25, "y": 2},
     61 
     62                 {"matrix": [3, 0], "x": 0, "y": 3},
     63                 {"matrix": [3, 1], "x": 1, "y": 3},
     64                 {"matrix": [3, 2], "x": 2, "y": 3},
     65                 {"matrix": [3, 3], "x": 3, "y": 3},
     66                 {"matrix": [3, 4], "x": 4, "y": 3},
     67                 {"matrix": [3, 5], "x": 5, "y": 3},
     68                 {"matrix": [3, 6], "x": 6, "y": 3},
     69                 {"matrix": [3, 7], "x": 7, "y": 3},
     70                 {"matrix": [3, 8], "x": 8, "y": 3},
     71                 {"matrix": [3, 9], "x": 9, "y": 3},
     72 
     73                 {"matrix": [3, 10], "x": 10.25, "y": 3}
     74             ]
     75         }
     76     }
     77 }