Skip to content

Commit

Permalink
Fix for swapped PID and VID (qmk#22372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored and evantravers committed Nov 17, 2023
1 parent b1ded7f commit ecff7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/cannonkeys/is0gr/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -29,4 +29,4 @@
]
}
}
}
}

0 comments on commit ecff7f8

Please sign in to comment.