summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/proton_c/info.json
blob: 93dbc4c30dcd27fef381e2d0b4e45e5858801245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "keyboard_name": "Onekey Proton-C",
    "development_board": "proton_c",
    "matrix_pins": {
        "cols": ["A2"],
        "rows": ["A1"]
    },
    "backlight": {
        "pin": "B8"
    },
    "ws2812": {
        "pin": "A0"
    },
    "apa102": {
        "data_pin": "A0",
        "clock_pin": "B13"
    }
}