~ruther/qmk_firmware

ref: 2118bf655eb870b6d9740b7adb228e61308d9e35 qmk_firmware/keyboards/handwired/uthol/rev3/keyboard.json -rw-r--r-- 1.3 KiB
2118bf65 — Rutherther feat: add TTY layer 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
53
54
55
56
57
58
59
{
    "keyboard_name": "UtholThree",
    "usb": {
        "device_version": "0.0.3",
        "shared_endpoint": {
            "keyboard": true
        }
    },
    "rgblight": {
        "led_count": 39,
        "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": {
            "hue": 201
        }
    },
    "tapping": {
        "term": 500
    },
    "ws2812": {
        "pin": "B0"
    },
    "matrix_pins": {
        "cols": ["B1", "B10", "B9", "B8", "B5", "B4", "B3", "A15", "B15", "B14", "B13", "B12"],
        "rows": ["A4", "A3", "A2", "A1", "A0"]
    },
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "C15", "pin_b": "C14", "resolution": 2}
        ]
    },
    "development_board": "blackpill_f401",
    "features": {
        "bootmagic": true,
        "nkro": true,
        "oled": true,
        "wpm": true,
        "extrakey": true,
        "encoder": true,
        "rgblight": true
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    }
}
Do not follow this link