summaryrefslogtreecommitdiff
path: root/keyboards/ocean/stealth/keyboard.json
blob: b094a5f4bf32e33022c08b77b56485cf5f3b6635 (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
{
    "keyboard_name": "Stealth",
    "manufacturer": "Ocean",
    "url": "",
    "maintainer": "Ocean",
    "usb": {
        "vid": "0x9624",
        "pid": "0x0010",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["D0", "D4", "C6"],
        "rows": ["D1"]
    },
    "diode_direction": "ROW2COL",
    "processor": "atmega32u4",
    "bootloader": "caterina",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0, "w": 2.25},
                {"matrix": [0, 1], "x": 0, "y": 1, "w": 1.25},
                {"matrix": [0, 2], "x": 1.25, "y": 1}
            ]
        }
    }
}