~ruther/qmk_firmware

ref: 6e7c1c90fd51e540b3cad03ba3325bcb925d0e2f qmk_firmware/keyboards/ploopyco/madromys/info.json -rw-r--r-- 1.1 KiB
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
32
33
34
35
{
    "keyboard_name": "Ploopy Adept Trackball",
    "url": "www.ploopy.co",
    "maintainer": "ploopyco",
    "manufacturer": "Ploopy Corporation",
    "processor": "RP2040",
    "bootloader": "rp2040",
    "usb": {
        "vid": "0x5043",
        "pid": "0x5C47",
        "max_power": 100
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true,
        "pointing_device": true
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 1], "label":"Top Left Left", "x":0, "y":0, "h":2},
                {"matrix": [0, 2], "label":"Top Left", "x":1.25, "y":0, "h":1.25},
                {"matrix": [0, 3], "label":"Top Right", "x":2.5, "y":0, "h":1.25},
                {"matrix": [0, 4], "label":"Top Right Right", "x":3.75, "y":0, "h":2},
                {"matrix": [0, 0], "label":"Bottom Left", "x":0, "y":2.25, "w":1.75, "h":2},
                {"matrix": [0, 5], "label":"Bottom Right", "x":3, "y":2.25, "w":1.75, "h":2}
            ]
        }
    },
    "dynamic_keymap": {
        "layer_count": 8
    }
}
Do not follow this link