qmk_firmware

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

keyboard.json (1163B)


      1 {
      2     "manufacturer": "Balloondog",
      3     "keyboard_name": "TR90",
      4     "maintainer": "balloondogcaps",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true
     12     },
     13     "matrix_pins": {
     14         "cols": ["F5", "F6", "D5"],
     15         "rows": ["F0", "F1", "F4"]
     16     },
     17     "processor": "atmega32u4",
     18     "usb": {
     19         "device_version": "1.0.0",
     20         "pid": "0x0001",
     21         "vid": "0x4243"
     22     },
     23     "layout_aliases": {
     24         "LAYOUT": "LAYOUT_ortho_3x3"
     25     },
     26     "layouts": {
     27         "LAYOUT_ortho_3x3": {
     28             "layout": [
     29                 {"matrix": [0, 0], "x": 0, "y": 0},
     30                 {"matrix": [0, 1], "x": 1, "y": 0},
     31                 {"matrix": [0, 2], "x": 2, "y": 0},
     32                 {"matrix": [1, 0], "x": 0, "y": 1},
     33                 {"matrix": [1, 1], "x": 1, "y": 1},
     34                 {"matrix": [1, 2], "x": 2, "y": 1},
     35                 {"matrix": [2, 0], "x": 0, "y": 2},
     36                 {"matrix": [2, 1], "x": 1, "y": 2},
     37                 {"matrix": [2, 2], "x": 2, "y": 2}
     38             ]
     39         }
     40     }
     41 }