summaryrefslogtreecommitdiff
path: root/keyboards/smithrune/iron165r2/f411/info.json
blob: ff685e3cdd880654ce8d5d522b1c9b054e7270f2 (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
{
    "eeprom": {
        "driver": "i2c"
    },
    "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",
        "driver": "pwm"
    },
    "processor": "STM32F411",
    "bootloader": "stm32-dfu"
}