summaryrefslogtreecommitdiff
path: root/keyboards/dp3000/rev2/info.json
blob: f6f03eeb639c30c6f2af78a00f2b96963878a7e5 (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
{
    "keyboard_name": "dp3000 rev2",
    "features": {
        "rgblight": true
    },
    "usb": {
        "device_version": "2.0.0",
        "pid": "0x3132"
    },
    "rgblight": {
        "animations": {
            "alternating": true,
            "breathing": true,
            "christmas": true,
            "knight": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "rgb_test": true,
            "snake": true,
            "static_gradient": true,
            "twinkle": true
        },
        "led_count": 4,
        "max_brightness": 180,
        "saturation_steps": 8,
        "sleep": true
    },
    "ws2812": {
        "pin": "B6"
    }
}