summaryrefslogtreecommitdiff
path: root/keyboards/poker87c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-03 17:23:15 +1000
committerGitHub <noreply@github.com>2022-08-03 17:23:15 +1000
commitb6757d2380d32b5f60f61ffc42d27c40eb219208 (patch)
tree2780145169ebdddab4eba4458956a85d91178c33 /keyboards/poker87c
parent3da6575e2480d46399be01c21270c57420e0f16d (diff)
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/poker87c')
-rw-r--r--keyboards/poker87c/config.h7
-rw-r--r--keyboards/poker87c/info.json8
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/poker87c/config.h b/keyboards/poker87c/config.h
index e01df80ec7..93352a2e95 100644
--- a/keyboards/poker87c/config.h
+++ b/keyboards/poker87c/config.h
@@ -18,13 +18,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x6D66 // "mf" - mfkiiyd
-#define PRODUCT_ID 0x087C // "87C"
-#define DEVICE_VER 0x0001
-#define MANUFACTURER mfkiiyd
-#define PRODUCT POKER-87C Hotswap
-
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
diff --git a/keyboards/poker87c/info.json b/keyboards/poker87c/info.json
index bf7b42e470..1bf7cc4979 100644
--- a/keyboards/poker87c/info.json
+++ b/keyboards/poker87c/info.json
@@ -1,7 +1,13 @@
{
- "keyboard_name": "POKER-87C",
+ "keyboard_name": "POKER-87C Hotswap",
+ "manufacturer": "mfkiiyd",
"url": "",
"maintainer": "mfkiiyd",
+ "usb": {
+ "vid": "0x6D66",
+ "pid": "0x087C",
+ "device_version": "0.0.1"
+ },
"layout_aliases": {
"LAYOUT": "LAYOUT_all"
},