diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 07:23:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 07:23:52 +0000 |
commit | 61a3fe4faca40c537dc179f58317a0229ae09ce2 (patch) | |
tree | 7a2f98cd295636d188dd3a6f93b4dd9bcad4c186 /keyboards/poker87d | |
parent | d4f9eb5225feb7f2aad01d252b33401e3a80b870 (diff) | |
parent | b6757d2380d32b5f60f61ffc42d27c40eb219208 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/poker87d')
-rw-r--r-- | keyboards/poker87d/config.h | 7 | ||||
-rw-r--r-- | keyboards/poker87d/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/poker87d/config.h b/keyboards/poker87d/config.h index 7cf87340e4..ab28e84a06 100644 --- a/keyboards/poker87d/config.h +++ b/keyboards/poker87d/config.h @@ -18,13 +18,6 @@ #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0x6D66 // "mf" - mfkiiyd -#define PRODUCT_ID 0x087D // "87D" -#define DEVICE_VER 0x0001 -#define MANUFACTURER mfkiiyd -#define PRODUCT POKER-87D Hotswap - /* key matrix size */ #define MATRIX_ROWS 6 #define MATRIX_COLS 15 diff --git a/keyboards/poker87d/info.json b/keyboards/poker87d/info.json index a0b78e5c8a..e36cdb09f4 100644 --- a/keyboards/poker87d/info.json +++ b/keyboards/poker87d/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "POKER-87D", + "keyboard_name": "POKER-87D Hotswap", + "manufacturer": "mfkiiyd", "url": "", "maintainer": "mfkiiyd", + "usb": { + "vid": "0x6D66", + "pid": "0x087D", + "device_version": "0.0.1" + }, "layout_aliases": { "LAYOUT": "LAYOUT_all" }, |