diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-08-15 10:36:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:36:39 +0100 |
commit | f38ccaa598f83aefc7821d5491970a31de4c6acc (patch) | |
tree | edaebf3cbe06c4fbf5f2e261f4c2f874dcc387a8 | |
parent | 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 (diff) |
Update usb information for dactyl_cc (#21612)
-rw-r--r-- | keyboards/handwired/dactyl_cc/info.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/dactyl_cc/info.json b/keyboards/handwired/dactyl_cc/info.json index b4fbcb6f5e..e607bfad1a 100644 --- a/keyboards/handwired/dactyl_cc/info.json +++ b/keyboards/handwired/dactyl_cc/info.json @@ -4,9 +4,9 @@ "url": "https://github.com/mjohns/dactyl-cc", "maintainer": "qmk", "usb": { - "vid": "0xFEED", - "pid": "0x3060", - "device_version": "0.0.1" + "vid": "0x444E", + "pid": "0x1407", + "device_version": "1.0.0" }, "features": { "bootmagic": true, |