summaryrefslogtreecommitdiff
path: root/keyboards/poker87d
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-03 07:23:52 +0000
committerQMK Bot <hello@qmk.fm>2022-08-03 07:23:52 +0000
commit61a3fe4faca40c537dc179f58317a0229ae09ce2 (patch)
tree7a2f98cd295636d188dd3a6f93b4dd9bcad4c186 /keyboards/poker87d
parentd4f9eb5225feb7f2aad01d252b33401e3a80b870 (diff)
parentb6757d2380d32b5f60f61ffc42d27c40eb219208 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/poker87d')
-rw-r--r--keyboards/poker87d/config.h7
-rw-r--r--keyboards/poker87d/info.json8
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"
},