diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-06 15:49:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 15:49:44 +1000 |
commit | 10ad2389442c00c32714f6e9a6766e9e7bdec2c2 (patch) | |
tree | b10a67eaa4fcc2f8a990aa6cd951bd187312bef8 /keyboards/westm | |
parent | 660dedfb176314c9a449c719b98acf9651968ce4 (diff) |
Move keyboard USB IDs and strings to data driven: W (#17903)
Diffstat (limited to 'keyboards/westm')
-rw-r--r-- | keyboards/westm/westmergo/config.h | 7 | ||||
-rw-r--r-- | keyboards/westm/westmergo/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/westm/westmergo/config.h b/keyboards/westm/westmergo/config.h index 3e775a7401..e3f06ab222 100644 --- a/keyboards/westm/westmergo/config.h +++ b/keyboards/westm/westmergo/config.h @@ -16,13 +16,6 @@ #pragma once -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x574D // WM -#define PRODUCT_ID 0x0201 -#define DEVICE_VER 0x0001 // Revision prototype -#define MANUFACTURER WestM -#define PRODUCT WestMErgo - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 diff --git a/keyboards/westm/westmergo/info.json b/keyboards/westm/westmergo/info.json index c31a65a2ec..316034146d 100644 --- a/keyboards/westm/westmergo/info.json +++ b/keyboards/westm/westmergo/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "WestMErgo", + "manufacturer": "WestM", "url": "https://github.com/WestMProducts", "maintainer": "WestM", + "usb": { + "vid": "0x574D", + "pid": "0x0201", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_alice": { "layout": [ |