~ruther/qmk_firmware

ref: 8fb9e5432cbf7e912c6b33f7793b2172008871c9 qmk_firmware/keyboards/smithrune/iron165r2/f411/keyboard.json -rw-r--r-- 1.1 KiB
8fb9e543 — Rutherther chore: format keymaps 9 months ago
                                                                                
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
    "build": {
        "lto": false
    },
    "features": {
        "backlight": true,
        "bootmagic": true,
        "command": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": true,
        "rgblight": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "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"
}
Do not follow this link