~ruther/qmk_firmware

ref: a616d3a10d36b5f15a4fc2cc47b7373f2bb22e67 qmk_firmware/keyboards/keebio/bigswitchseat/keyboard.json -rw-r--r-- 862 bytes
a616d3a1 — Rutherther feat: use pinky keys for qk_lock, kc_app instead of thumb keys 7 months ago
                                                                                
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
{
    "keyboard_name": "Big Switch Seat",
    "manufacturer": "Keebio",
    "url": "https://robotcandy.company/",
    "maintainer": "nooges",
    "usb": {
        "vid": "0xCB10",
        "pid": "0x1011",
        "device_version": "0.0.1"
    },
    "features": {
        "bootmagic": true,
        "command": false,
        "console": true,
        "extrakey": true,
        "mousekey": false,
        "nkro": false
    },
    "qmk": {
        "locking": {
            "enabled": true,
            "resync": true
        }
    },
    "matrix_pins": {
        "cols": ["F0"],
        "rows": ["E6"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
            ]
        }
    }
}
Do not follow this link