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