qmk_firmware

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

keyboard.json (2142B)


      1 {
      2     "keyboard_name": "Tenkey++",
      3     "manufacturer": "Lizard Trick Electronics",
      4     "url": "https://github.com/jonbobcar/tenkey_plusplus",
      5     "maintainer": "Jonathon Carstens",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0000",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": true,
     13         "encoder": 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": ["D5", "D3", "D2", "F7"],
     26         "rows": ["B7", "D4", "B5", "B6", "C6", "C7"]
     27     },
     28     "diode_direction": "COL2ROW",
     29     "encoder": {
     30         "rotary": [
     31             {"pin_a": "B4", "pin_b": "D7"},
     32             {"pin_a": "F0", "pin_b": "E6"},
     33             {"pin_a": "F4", "pin_b": "F1"}
     34         ]
     35     },
     36     "processor": "atmega32u4",
     37     "bootloader": "atmel-dfu",
     38     "layouts": {
     39         "LAYOUT": {
     40             "layout": [
     41                 {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.3},
     42                 {"matrix": [0, 1], "x": 1.3, "y": 0, "w": 1.4},
     43                 {"matrix": [0, 3], "x": 2.7, "y": 0, "w": 1.3},
     44 
     45                 {"matrix": [1, 0], "x": 0, "y": 1},
     46                 {"matrix": [1, 1], "x": 1, "y": 1},
     47                 {"matrix": [1, 2], "x": 2, "y": 1},
     48                 {"matrix": [1, 3], "x": 3, "y": 1},
     49 
     50                 {"matrix": [2, 0], "x": 0, "y": 2},
     51                 {"matrix": [2, 1], "x": 1, "y": 2},
     52                 {"matrix": [2, 2], "x": 2, "y": 2},
     53                 {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
     54 
     55                 {"matrix": [3, 0], "x": 0, "y": 3},
     56                 {"matrix": [3, 1], "x": 1, "y": 3},
     57                 {"matrix": [3, 2], "x": 2, "y": 3},
     58 
     59                 {"matrix": [4, 0], "x": 0, "y": 4},
     60                 {"matrix": [4, 1], "x": 1, "y": 4},
     61                 {"matrix": [4, 2], "x": 2, "y": 4},
     62                 {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
     63 
     64                 {"matrix": [5, 1], "x": 0, "y": 5, "w": 2},
     65                 {"matrix": [5, 2], "x": 2, "y": 5}
     66             ]
     67         }
     68     }
     69 }