qmk_firmware

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

keyboard.json (2160B)


      1 {
      2     "manufacturer": "enochchau",
      3     "keyboard_name": "dropout",
      4     "maintainer": "enochchau",
      5     "backlight": {
      6         "levels": 6,
      7         "on_state": 0,
      8         "pin": "B6"
      9     },
     10     "development_board": "promicro",
     11     "diode_direction": "COL2ROW",
     12     "encoder": {
     13         "rotary": [
     14             {"pin_a": "D0", "pin_b": "D4"}
     15         ]
     16     },
     17     "features": {
     18         "backlight": true,
     19         "bootmagic": true,
     20         "encoder": true,
     21         "extrakey": true,
     22         "mousekey": true,
     23         "nkro": true
     24     },
     25     "matrix_pins": {
     26         "cols": ["B3", "B1", "D7", "C6"],
     27         "rows": ["D1", "B2", "E6", "B4", "B5"]
     28     },
     29     "tags": ["numpad"],
     30     "url": "https://github.com/enochchau/dropout-numpad",
     31     "usb": {
     32         "device_version": "0.0.1",
     33         "pid": "0x2800",
     34         "vid": "0x9650"
     35     },
     36     "layouts": {
     37         "LAYOUT": {
     38             "layout": [
     39                 {"label": "Num Lock", "matrix": [0, 0], "x": 0, "y": 0},
     40                 {"label": "/", "matrix": [0, 1], "x": 1, "y": 0},
     41                 {"label": "*", "matrix": [0, 2], "x": 2, "y": 0},
     42                 {"label": "Play", "matrix": [0, 3], "x": 3, "y": 0, "encoder": 0},
     43                 {"label": "7", "matrix": [1, 0], "x": 0, "y": 1},
     44                 {"label": "8", "matrix": [1, 1], "x": 1, "y": 1},
     45                 {"label": "9", "matrix": [1, 2], "x": 2, "y": 1},
     46                 {"label": "-", "matrix": [1, 3], "x": 3, "y": 1},
     47                 {"label": "4", "matrix": [2, 0], "x": 0, "y": 2},
     48                 {"label": "5", "matrix": [2, 1], "x": 1, "y": 2},
     49                 {"label": "6", "matrix": [2, 2], "x": 2, "y": 2},
     50                 {"label": "+", "matrix": [2, 3], "x": 3, "y": 2},
     51                 {"label": "1", "matrix": [3, 0], "x": 0, "y": 3},
     52                 {"label": "2", "matrix": [3, 1], "x": 1, "y": 3},
     53                 {"label": "3", "matrix": [3, 2], "x": 2, "y": 3},
     54                 {"label": "Enter", "matrix": [3, 3], "x": 3, "y": 3, "h": 2},
     55                 {"label": "0", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
     56                 {"label": ".", "matrix": [4, 2], "x": 2, "y": 4}
     57             ]
     58         }
     59     }
     60 }