qmk_firmware

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

keyboard.json (1763B)


      1 {
      2     "keyboard_name": "DISCIPAD",
      3     "manufacturer": "coseyfannitutti",
      4     "url": "https://github.com/coseyfannitutti/discipad",
      5     "maintainer": "coseyfannitutti",
      6     "usb": {
      7         "vid": "0x6B62",
      8         "pid": "0x1769",
      9         "device_version": "0.0.1",
     10         "max_power": 100
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "qmk": {
     19         "locking": {
     20             "enabled": true,
     21             "resync": true
     22         }
     23     },
     24     "matrix_pins": {
     25         "cols": ["C0", "C1", "C2", "C3"],
     26         "rows": ["B1", "B0", "D7", "D6", "D4"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "processor": "atmega328p",
     30     "bootloader": "usbasploader",
     31     "layouts": {
     32         "LAYOUT_numpad_5x4": {
     33             "layout": [
     34                 {"matrix": [0, 0], "x": 0, "y": 0},
     35                 {"matrix": [0, 1], "x": 1, "y": 0},
     36                 {"matrix": [0, 2], "x": 2, "y": 0},
     37                 {"matrix": [0, 3], "x": 3, "y": 0},
     38 
     39                 {"matrix": [1, 0], "x": 0, "y": 1},
     40                 {"matrix": [1, 1], "x": 1, "y": 1},
     41                 {"matrix": [1, 2], "x": 2, "y": 1},
     42 
     43                 {"matrix": [2, 0], "x": 0, "y": 2},
     44                 {"matrix": [2, 1], "x": 1, "y": 2},
     45                 {"matrix": [2, 2], "x": 2, "y": 2},
     46                 {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
     47 
     48                 {"matrix": [3, 0], "x": 0, "y": 3},
     49                 {"matrix": [3, 1], "x": 1, "y": 3},
     50                 {"matrix": [3, 2], "x": 2, "y": 3},
     51 
     52                 {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
     53                 {"matrix": [4, 2], "x": 2, "y": 4},
     54                 {"matrix": [4, 3], "x": 3, "y": 3, "h": 2}
     55             ]
     56         }
     57     }
     58 }