summaryrefslogtreecommitdiff
path: root/keyboards/tweetydabird/lotus58/nanoboot/info.json
blob: e7586e6f2f2ec9b924cea3a55221d30a69f2ffea (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
{
    "build": {
        "lto": true
    },
	"pin_compatible": "promicro",
    "processor": "atmega32u4",
    "encoder": {
        "rotary": [
            {"pin_a": "F5", "pin_b": "F4", "resolution": 2}
        ]
    },
    "matrix_pins": {
        "cols": ["B1", "B2", "B3", "B6", "F7", "F6"],
        "rows": ["D4", "C6", "D7", "E6", "B4"]
    },
    "split": {
        "encoder": {
            "right": {
                "rotary": [
                    {"pin_a": "F4", "pin_b": "F5", "resolution": 2}
                ]
            }
        },
        "handedness": {
            "pin": "B5"
        },
        "soft_serial_pin": "D2",
    },
    "ws2812": {
        "pin": "D3"
    },
}