summaryrefslogtreecommitdiff
path: root/keyboards/keebwerk/nano_slider/info.json
blob: 38e2902dae41202da357818fe6c647cc569cc54c (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
{
    "keyboard_name": "nano. slider",
    "manufacturer": "keebwerk.",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x03A8",
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["B0", "B1", "B2", "B3"],
        "rows": ["F0", "F1"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
        "pin": "B7",
        "breathing": true
    },
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"x":0, "y":0},
                {"x":0, "y":1.25},
                {"x":1, "y":1.25},
                {"x":2, "y":1.25},
                {"x":0, "y":2.25},
                {"x":1, "y":2.25},
                {"x":2, "y":2.25},
                {"x":3, "y":1.25, "h":2}
            ]
        }
    }
}