diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-04 00:58:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 15:58:29 +0100 |
commit | 5f6cf24294c789963415f615db2fa24e46f89fa6 (patch) | |
tree | 1b8441050dbf0d3f17e775c002cea1e187734915 /keyboards/qpockets/eggman/info.json | |
parent | c4e767b4c9dbd67e270c955f1a021dfd2dd12e91 (diff) |
Move keyboard USB IDs and strings to data driven: Q (#17883)
Diffstat (limited to 'keyboards/qpockets/eggman/info.json')
-rw-r--r-- | keyboards/qpockets/eggman/info.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/qpockets/eggman/info.json b/keyboards/qpockets/eggman/info.json index 17e1cb2166..f9cc6c77b9 100644 --- a/keyboards/qpockets/eggman/info.json +++ b/keyboards/qpockets/eggman/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "eggman", + "manufacturer": "qpockets", "url": "", "maintainer": "qpockets", + "usb": { + "vid": "0x7170", + "pid": "0x656D", + "device_version": "10.0.0" + }, "layouts": { "LAYOUT_default": { "layout": [ |