~ruther/qmk_firmware

538b79657e77fa3f0429cc766a0b73c72fc0c702 — Cipulot 1 year, 6 months ago 46dedfa
Fix for swapped PID and VID (#22372)

1 files changed, 3 insertions(+), 3 deletions(-)

M keyboards/cannonkeys/is0gr/info.json
M keyboards/cannonkeys/is0gr/info.json => keyboards/cannonkeys/is0gr/info.json +3 -3
@@ 18,8 18,8 @@
    "url": "https://cannonkeys.com",
    "usb": {
        "device_version": "0.0.1",
        "pid": "0xCA04",
        "vid": "0x0028"
        "pid": "0x0028",
        "vid": "0xCA04"
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {


@@ 29,4 29,4 @@
            ]
        }
    }
}
\ No newline at end of file
}

Do not follow this link