{
    "manufacturer": "TogKey",
    "keyboard_name": "Pad Plus",
    "maintainer": "togkey86",
    "development_board": "promicro_rp2040",
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "GP28", "pin_b": "GP29", "resolution": 2}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "extrakey": true,
        "mousekey": true,
        "oled": true,
        "rgblight": true
    },
    "matrix_pins": {
        "cols": ["GP4", "GP5", "GP6"],
        "rows": ["GP26", "GP22", "GP20"]
    },

    "rgblight": {
        "animations": {
            "alternating": true,
            "breathing": true,
            "christmas": true,
            "knight": true,
            "rainbow_mood": true,
            "rainbow_swirl": true,
            "snake": true,
            "static_gradient": true,
            "twinkle": true
        },
        "hue_steps": 10,
        "led_count": 3
    },
    "url": "https://togkey.com/products/togkey-pad-plus",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x8687",
        "vid": "0xFEED"
    },
    "ws2812": {
        "driver": "vendor",
        "pin": "GP27"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [
                {"matrix": [0, 2], "x": 2, "y": 0},
                {"matrix": [1, 0], "x": 0, "y": 1},
                {"matrix": [1, 1], "x": 1, "y": 1},
                {"matrix": [1, 2], "x": 2, "y": 1},
                {"matrix": [2, 0], "x": 0, "y": 2},
                {"matrix": [2, 1], "x": 1, "y": 2},
                {"matrix": [2, 2], "x": 2, "y": 2}
            ]
        }
    }
}
