summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/proton_c/info.json
blob: 833f7cbf2a4fd128433e5d525dd3f24d39bab865 (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"
    },
    "rgblight": {
        "pin": "A0"
    },
    "apa102": {
        "data_pin": "A0",
        "clock_pin": "B13"
    }
}