aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix/info.json
blob: a9ad385b7da63bad0ea6e18f003f4290ab76d2a3 (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
38
39
40
{
    "manufacturer": "Yushakobo",
    "maintainer": "MakotoKurauchi",
    "build": {
        "lto": true
    },
    "development_board": "promicro",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "oled": true,
        "rgb_matrix": true
    },
    "rgb_matrix": {
        "animations": {
            "breathing": true,
            "cycle_left_right": true,
            "cycle_pinwheel": true,
            "multisplash": true,
            "solid_splash": true
        },
        "driver": "ws2812",
        "max_brightness": 150,
        "sleep": true
    },
    "split": {
        "enabled": true,
        "serial": {
            "pin": "D2"
        }
    },
    "usb": {
        "vid": "0x3265"
    },
    "ws2812": {
        "pin": "D3"
    }
}