diff options
author | Cipulot <40441626+Cipulot@users.noreply.github.com> | 2023-10-31 02:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 01:31:58 +0000 |
commit | 538b79657e77fa3f0429cc766a0b73c72fc0c702 (patch) | |
tree | e75e49189a7042a0a18c127115379decb85687e3 /keyboards/cannonkeys | |
parent | 46dedfaaa479332159fde74481f74d35215388b5 (diff) |
Fix for swapped PID and VID (#22372)
Diffstat (limited to 'keyboards/cannonkeys')
-rw-r--r-- | keyboards/cannonkeys/is0gr/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/cannonkeys/is0gr/info.json b/keyboards/cannonkeys/is0gr/info.json index 3fd95577d8..49aaaddd52 100644 --- 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 +} |