summaryrefslogtreecommitdiff
path: root/keyboards/handwired/tennie/info.json
blob: a6e31cba07e4e465ea6375a525f0d96891ec13d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "keyboard_name": "Tennie",
    "manufacturer": "Jsck",
    "url": "https://github.com/StoutIEEE/macropad-workshop",
    "maintainer": "UW Stout IEEE, Jack Hildebrandt (onemorebyte)", 
    "usb": {
        "vid": "0x1EEE",
        "pid": "0x1313",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["D7", "E6", "B4", "B5"],
        "rows": ["C6", "D4", "D0"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [{"x":0.5, "y":0}, {"x":1.5, "y":0}, {"x":2.5, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":0.5, "y":2}, {"x":1.5, "y":2}, {"x":2.5, "y":2}]
        }
    }
}