aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jaykeeb/aumz_work/info.json
blob: 7ca2eb32b83414520170443be3f68fa97d0e0c13 (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
{
    "manufacturer": "Jaykeeb Studio",
    "maintainer": "Alabahuy",    
    "processor": "RP2040",
    "bootloader": "rp2040",
    "url": "",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "command": false,
        "console": false,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "usb": {
        "vid": "0x414C"
    },
    "matrix_pins": {
        "cols": ["GP24", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP7", "GP6", "GP5", "GP4", "GP3", "GP2", "GP1"],
        "rows": ["GP29", "GP0", "GP15", "GP26", "GP27"]
    },
    "indicators": {
        "caps_lock": "GP25",
        "on_state": 0
    }
}