qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 538b79657e77fa3f0429cc766a0b73c72fc0c702
parent 46dedfaaa479332159fde74481f74d35215388b5
Author: Cipulot <40441626+Cipulot@users.noreply.github.com>
Date:   Tue, 31 Oct 2023 02:31:58 +0100

Fix for swapped PID and VID (#22372)


Diffstat:
Mkeyboards/cannonkeys/is0gr/info.json | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/keyboards/cannonkeys/is0gr/info.json b/keyboards/cannonkeys/is0gr/info.json @@ -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 +}