summaryrefslogtreecommitdiff
path: root/keyboards/kiwikeebs/macro/info.json
blob: b0fbe9f9ed041a7ee5ce48c8279e51983d4641c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "keyboard_name": "MacroBoard v.1.0",
    "manufacturer": "KiwiKeebs",
    "url": "https://www.reddit.com/r/mechmarket/comments/ibijrd/ic_kiwikeebs_6key_macroboard_rotary_encoder_diy/",
    "maintainer": "KiwiKeebs",
    "usb": {
        "vid": "0x4B51",
        "pid": "0x4712",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["F7", "B1", "B3", "B2"],
        "rows": ["E6", "D7"]
    },
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "D1", "pin_b": "D0"}
        ]
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                { "label": "k00", "x": 0, "y": 0 },
                { "label": "k01", "x": 1, "y": 0 },
                { "label": "k02", "x": 2, "y": 0 },

                { "label": "k03", "x": 0, "y": 1 },
                { "label": "k04", "x": 1, "y": 1 },
                { "label": "k05", "x": 2, "y": 1 },
                { "label": "k06", "x": 3, "y": 0, "h":2, "w":2 }
            ]
        }
    }
}