summaryrefslogtreecommitdiff
path: root/keyboards/binepad/bnk9/info.json
blob: 1f3b7cb7b0f08ac5ffe25abf0d19025ee84ac044 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
    "manufacturer": "binepad",
    "keyboard_name": "BNK9",
    "maintainer": "binepad",
    "board": "GENERIC_RP_RP2040",
    "bootloader": "rp2040",
    "bootloader_instructions": "Hold down the key at (0x0) in the matrix (the 'knob' / rotary encoder) and plug in the keyboard.",
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "GP13", "pin_b": "GP14"}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "rgb_matrix": true
    },
    "matrix_pins": {
        "cols": ["GP1", "GP2", "GP3"],
        "rows": ["GP12", "GP4", "GP5", "GP6"]
    },
    "processor": "RP2040",
    "rgb_matrix": {
        "animations": {
            "breathing": true,
            "cycle_all": true,
            "cycle_left_right": true,
            "cycle_pinwheel": true,
            "cycle_up_down": true,
            "jellybean_raindrops": true,
            "riverflow": true,
            "solid_reactive": true,
            "solid_reactive_simple": true,
            "solid_splash": true,
            "splash": true,
            "starlight": true,
            "starlight_dual_hue": true,
            "starlight_dual_sat": true
        },
        "driver": "ws2812",
        "layout": [
            {"matrix": [1, 0], "x": 80, "y": 0, "flags": 4},
            {"matrix": [1, 1], "x": 112, "y": 0, "flags": 4},
            {"matrix": [1, 2], "x": 144, "y": 0, "flags": 4},
            {"matrix": [2, 2], "x": 144, "y": 32, "flags": 4},
            {"matrix": [2, 1], "x": 112, "y": 32, "flags": 4},
            {"matrix": [2, 0], "x": 80, "y": 32, "flags": 4},
            {"matrix": [3, 0], "x": 80, "y": 64, "flags": 4},
            {"matrix": [3, 1], "x": 112, "y": 64, "flags": 4},
            {"matrix": [3, 2], "x": 144, "y": 64, "flags": 4}
        ],
        "led_process_limit": 9,
        "max_brightness": 180,
        "sleep": true
    },
    "url": "https://www.binepad.com/product-page/bnk9",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x4E39",
        "vid": "0x4249"
    },
    "ws2812": {
        "driver": "vendor",
        "pin": "GP11"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"label": "Knob", "matrix": [0, 0], "x": 0, "y": 0, "w": 3, "h": 3, "encoder": 0},
                {"label": "1", "matrix": [1, 0], "x": 3.25, "y": 0},
                {"label": "2", "matrix": [1, 1], "x": 4.25, "y": 0},
                {"label": "3", "matrix": [1, 2], "x": 5.25, "y": 0},
                {"label": "4", "matrix": [2, 0], "x": 3.25, "y": 1},
                {"label": "5", "matrix": [2, 1], "x": 4.25, "y": 1},
                {"label": "6", "matrix": [2, 2], "x": 5.25, "y": 1},
                {"label": "7", "matrix": [3, 0], "x": 3.25, "y": 2},
                {"label": "8", "matrix": [3, 1], "x": 4.25, "y": 2},
                {"label": "9", "matrix": [3, 2], "x": 5.25, "y": 2}
            ]
        }
    }
}