summaryrefslogtreecommitdiff
path: root/keyboards/teleport/native/info.json
blob: 3cd857a55dc54824c40936e55675a048d5332444 (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
{
    "keyboard_name": "Native",
    "manufacturer": "Anvil",
    "maintainer": "ebastler",
    "url": "https://nvil.gg",
    "bootloader": "stm32-dfu",
    "processor": "STM32F411",
    "usb": {
        "vid": "0x7470",
        "device_version": "1.0.0",
        "force_nkro": true
    },
    "rgb_matrix": {
        "animations": {
            "alphas_mods": true,
            "breathing": true,
            "cycle_all": true,
            "cycle_up_down": true,
            "cycle_spiral": true,
            "typing_heatmap": true,
            "solid_reactive": true,
            "solid_reactive_multiwide": true
        },
        "default": {
            "speed": 40,
            "val": 220
        },
        "driver": "is31fl3733",
        "led_flush_limit": 32,
        "sleep": true
    },
    "build": {
        "lto": true
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "diode_direction": "ROW2COL",
    "matrix_pins": {
        "cols": ["A5", "A4", "B12", "B14", "B8", "B3", "B4", "B5"],
        "rows": ["C14", "C15", "C13", "A1", "A15", "A14", "A13", "B13", "B15", "A8", "A2", "A3"]
    }
}