diff options
| author | Ryan | 2022-07-25 17:20:19 +0200 |
|---|---|---|
| committer | GitHub | 2022-07-25 17:20:19 +0200 |
| commit | 50c2b151b203b776bacdf48deb7606f1d6c516fd (patch) | |
| tree | 99db4f8b545d9bece871361bcc53c94b517c3fb6 /keyboards/boardwalk | |
| parent | d2161f113be1a63a4f913adacbdad96a2d23c31f (diff) | |
Move keyboard USB IDs and strings to data driven: B (#17782)
Diffstat (limited to 'keyboards/boardwalk')
| -rw-r--r-- | keyboards/boardwalk/config.h | 7 | ||||
| -rw-r--r-- | keyboards/boardwalk/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/boardwalk/config.h b/keyboards/boardwalk/config.h index 03e481ce62..62e75b36dd 100644 --- a/keyboards/boardwalk/config.h +++ b/keyboards/boardwalk/config.h @@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xCDCD -#define PRODUCT_ID 0x5337 -#define DEVICE_VER 0x0001 -#define MANUFACTURER shensmobile -#define PRODUCT Boardwalk - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 14 diff --git a/keyboards/boardwalk/info.json b/keyboards/boardwalk/info.json index 63630cae8a..4d7d2ae4af 100644 --- a/keyboards/boardwalk/info.json +++ b/keyboards/boardwalk/info.json @@ -1,7 +1,13 @@ { "keyboard_name": "Boardwalk", + "manufacturer": "shensmobile", "url": "", "maintainer": "qmk", + "usb": { + "vid": "0xCDCD", + "pid": "0x5337", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT_ortho_5x14": { "layout": [ |