{
    "manufacturer": "CJ Pais",
    "keyboard_name": "Footy",
    "maintainer": "cjpais",
    "bootloader": "rp2040",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true
    },
    "bootmagic": {
        "matrix": [0, 1]
    },
    "matrix_pins": {
        "cols": ["GP11", "GP10", "GP15"],
        "rows": ["GP14"]
    },
    "processor": "RP2040",
    "url": "https://workshop.cjpais.com/projects/footy",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x0001",
        "vid": "0x636A"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0},
                {"matrix": [0, 1], "x": 1, "y": 0},
                {"matrix": [0, 2], "x": 2, "y": 0}
            ]
        }
    }
}
