aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/binepad/knobx1/keyboard.json
blob: f82cf1dbd38f7d3685d90de8184cb6878c94b14f (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
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
60
61
62
63
64
65
66
67
68
69
{
    "manufacturer": "Binepad",
    "keyboard_name": "KnobX1",
    "maintainer": "binepad",
    "bootloader": "stm32duino",
    "bootloader_instructions": "Hold down the layer button (small button on the bottom left) and plug in the keyboard.",
    "diode_direction": "COL2ROW",
    "eeprom": {
        "wear_leveling": {
            "backing_size": 1024
        }
    },
    "encoder": {
        "rotary": [
            {"pin_a": "B12", "pin_b": "B13", "resolution": 2}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "rgblight": true
    },
    "matrix_pins": {
        "direct": [
            ["A7", "A15"]
        ]
    },
    "processor": "STM32F103",
    "rgblight": {
        "animations": {
            "alternating": true,
            "breathing": true,
            "christmas": true,
            "gradient": true,
            "knight": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "snake": true,
            "twinkle": true
        },
        "default": {
            "hue": 198,
            "speed": 2,
            "val": 204
        },
        "driver": "ws2812",
        "led_count": 2,
        "sleep": true
    },
    "url": "https://binepad.com/products/knobx1",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x4249",
        "vid": "0x5831"
    },
    "ws2812": {
        "pin": "C13"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [0, 1], "x": 1, "y": 0, "w": 3, "h": 3}
            ]
        }
    }
}