summaryrefslogtreecommitdiff
path: root/keyboards/creatkeebs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-07-26 09:04:09 +1000
committerGitHub <noreply@github.com>2022-07-26 00:04:09 +0100
commita939293aca697cb263f4972dbb1521d273fbf499 (patch)
treec582d4bf0a5937618d0f5cc12c6f70068bab56a5 /keyboards/creatkeebs
parentb6ac0ecf824bccfdc4114a0a15fc2c95b0ccd14d (diff)
Move keyboard USB IDs and strings to data driven: C (#17789)
Diffstat (limited to 'keyboards/creatkeebs')
-rw-r--r--keyboards/creatkeebs/glacier/config.h7
-rw-r--r--keyboards/creatkeebs/glacier/info.json6
-rw-r--r--keyboards/creatkeebs/thera/config.h7
-rw-r--r--keyboards/creatkeebs/thera/info.json8
4 files changed, 13 insertions, 15 deletions
diff --git a/keyboards/creatkeebs/glacier/config.h b/keyboards/creatkeebs/glacier/config.h
index 1cfb2b6a8d..2da93150f6 100644
--- a/keyboards/creatkeebs/glacier/config.h
+++ b/keyboards/creatkeebs/glacier/config.h
@@ -18,13 +18,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x0410
-#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
-#define MANUFACTURER creatkeebs
-#define PRODUCT glacier
-
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 17
diff --git a/keyboards/creatkeebs/glacier/info.json b/keyboards/creatkeebs/glacier/info.json
index 3bc2ee2018..3c81d34267 100644
--- a/keyboards/creatkeebs/glacier/info.json
+++ b/keyboards/creatkeebs/glacier/info.json
@@ -1,7 +1,13 @@
{
"keyboard_name": "glacier",
+ "manufacturer": "creatkeebs",
"url": "",
"maintainer": "Timliuzhaolu",
+ "usb": {
+ "vid": "0x0410",
+ "pid": "0x6060",
+ "device_version": "0.0.1"
+ },
"layout_aliases": {
"LAYOUT": "LAYOUT_tkl_f13_ansi_tsangan"
},
diff --git a/keyboards/creatkeebs/thera/config.h b/keyboards/creatkeebs/thera/config.h
index 0e673dd9d3..863897acbf 100644
--- a/keyboards/creatkeebs/thera/config.h
+++ b/keyboards/creatkeebs/thera/config.h
@@ -18,13 +18,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x0410
-#define PRODUCT_ID 0x6061
-#define DEVICE_VER 0x0001
-#define MANUFACTURER creatkeebs
-#define PRODUCT thera
-
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
diff --git a/keyboards/creatkeebs/thera/info.json b/keyboards/creatkeebs/thera/info.json
index dfe19b92f8..388fc448e0 100644
--- a/keyboards/creatkeebs/thera/info.json
+++ b/keyboards/creatkeebs/thera/info.json
@@ -1,7 +1,13 @@
{
- "keyboard_name": "jelly epoch",
+ "keyboard_name": "thera",
+ "manufacturer": "creatkeebs",
"url": "https://eschit.com/collections/thera75",
"maintainer": "https://github.com/Timliuzhaolu",
+ "usb": {
+ "vid": "0x0410",
+ "pid": "0x6061",
+ "device_version": "0.0.1"
+ },
"layout_aliases": {
"LAYOUT": "LAYOUT_ansi"
},