summaryrefslogtreecommitdiff
path: root/keyboards/smithrune/iron165r2/f072/info.json
blob: 209266ad102696f4961c0d90f56a1ba1e7c64ba1 (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
{
    "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
        }
    },
    "ws2812": {
        "pin": "B15"
    },
    "processor": "STM32F072",
    "bootloader": "stm32-dfu"
}