Browse Source

Fix for swapped PID and VID (#22372)

Cipulot 2 years ago
parent
commit
538b79657e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      keyboards/cannonkeys/is0gr/info.json

+ 3 - 3
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 @@
             ]
         }
     }
-}
+}