qmk_firmware

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

keyboard.json (2140B)


      1 {
      2     "keyboard_name": "Sidekick",
      3     "manufacturer": "AlisGraveNil",
      4     "maintainer": "AlisGraveNil",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0xDB9F",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "command": true,
     13         "console": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": false
     17     },
     18     "matrix_pins": {
     19         "cols": ["F6", "F5", "B1", "B3", "E6", "D7", "D4"],
     20         "rows": ["D0", "C6", "B2", "B6", "B5"]
     21     },
     22     "diode_direction": "COL2ROW",
     23     "processor": "atmega32u4",
     24     "bootloader": "atmel-dfu",
     25     "layouts": {
     26         "LAYOUT": {
     27             "layout": [
     28                 {"matrix": [0, 0], "x": 0, "y": 0},
     29                 {"matrix": [0, 1], "x": 1, "y": 0},
     30                 {"matrix": [0, 2], "x": 2, "y": 0},
     31                 {"matrix": [0, 3], "x": 3, "y": 0},
     32                 {"matrix": [0, 4], "x": 4, "y": 0},
     33                 {"matrix": [0, 5], "x": 5, "y": 0},
     34                 {"matrix": [0, 6], "x": 6, "y": 0},
     35 
     36                 {"matrix": [1, 0], "x": 0, "y": 1},
     37                 {"matrix": [1, 1], "x": 1, "y": 1},
     38                 {"matrix": [1, 2], "x": 2, "y": 1},
     39                 {"matrix": [1, 3], "x": 3, "y": 1},
     40                 {"matrix": [1, 4], "x": 4, "y": 1},
     41                 {"matrix": [1, 5], "x": 5, "y": 1},
     42                 {"matrix": [1, 6], "x": 6, "y": 1, "h": 2},
     43 
     44                 {"matrix": [2, 3], "x": 3, "y": 2},
     45                 {"matrix": [2, 4], "x": 4, "y": 2},
     46                 {"matrix": [2, 5], "x": 5, "y": 2},
     47 
     48                 {"matrix": [3, 1], "x": 1, "y": 3},
     49                 {"matrix": [3, 3], "x": 3, "y": 3},
     50                 {"matrix": [3, 4], "x": 4, "y": 3},
     51                 {"matrix": [3, 5], "x": 5, "y": 3},
     52                 {"matrix": [3, 6], "x": 6, "y": 3, "h": 2},
     53 
     54                 {"matrix": [4, 0], "x": 0, "y": 4},
     55                 {"matrix": [4, 1], "x": 1, "y": 4},
     56                 {"matrix": [4, 2], "x": 2, "y": 4},
     57                 {"matrix": [4, 3], "x": 3, "y": 4, "w": 2},
     58                 {"matrix": [4, 5], "x": 5, "y": 4}
     59             ]
     60         }
     61     }
     62 }