summaryrefslogtreecommitdiff
path: root/keyboards/smithrune/iron165r2/f072/info.json
blob: 2cbbaa84f3f7e980982b75f5c27993cc1806bae7 (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
{
    "backlight": {
        "pin": "A6",
        "levels": 20,
        "breathing": true
    },
    "rgblight": {
        "led_count": 22,
        "animations": {
            "breathing": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "snake": true,
            "knight": true,
            "christmas": true,
            "static_gradient": true,
            "rgb_test": true,
            "alternating": true,
            "twinkle": true
        },
        "default": {
            "val": 0
        }
    },
    "ws2812": {
        "pin": "B15"
    },
    "processor": "STM32F072",
    "bootloader": "stm32-dfu"
}