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/wanten | |
parent | c4e767b4c9dbd67e270c955f1a021dfd2dd12e91 (diff) |
Move keyboard USB IDs and strings to data driven: Q (#17883)
Diffstat (limited to 'keyboards/qpockets/wanten')
-rw-r--r-- | keyboards/qpockets/wanten/config.h | 7 | ||||
-rw-r--r-- | keyboards/qpockets/wanten/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/qpockets/wanten/config.h b/keyboards/qpockets/wanten/config.h index 18a91c1dfd..f2723ef51c 100644 --- a/keyboards/qpockets/wanten/config.h +++ b/keyboards/qpockets/wanten/config.h @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x7170 //qp -#define PRODUCT_ID 0x7774 //wt -#define DEVICE_VER 0x0001 -#define MANUFACTURER qpockets -#define PRODUCT wanten - /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 12 diff --git a/keyboards/qpockets/wanten/info.json b/keyboards/qpockets/wanten/info.json index e683761582..d78efd2758 100644 --- a/keyboards/qpockets/wanten/info.json +++ b/keyboards/qpockets/wanten/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "wanten", + "manufacturer": "qpockets", "url": "", "maintainer": "qpockets", + "usb": { + "vid": "0x7170", + "pid": "0x7774", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_default": { "layout": [ |