~ruther/qmk_firmware

qmk_firmware/keyboards/syenakeyboards/elaruus/keyboard.json -rw-r--r-- 763 bytes
6e7c1c90 — Rutherther fix: remap ROW3 in kyria because of broken pin by static electricity discharge 2 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
{
    "manufacturer": "Syenasweta",
    "keyboard_name": "SyenaKeyboards Elaruus",
    "maintainer": "syenasweta",
    "bootloader": "rp2040",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true
    },
    "matrix_pins": {
        "cols": ["GP21", "GP19"],
        "rows": ["GP10"]
    },
    "processor": "RP2040",
    "url": "https://github.com/syenasweta/syenakeyboards",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x6172",
        "vid": "0x5373"
    },
    "layouts": {
        "LAYOUT_ortho_1x2": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [0, 1], "x": 1, "y": 0}
            ]
        }
    }
}
Do not follow this link