summaryrefslogtreecommitdiff
path: root/keyboards/exclusive/e6_rgb
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-30 07:24:42 +0000
committerQMK Bot <hello@qmk.fm>2022-07-30 07:24:42 +0000
commitef94f93fe29628a3613bfcf0f308d4ffad154386 (patch)
tree47ecba089634b6a318cf7c8db2e1b1701f601d32 /keyboards/exclusive/e6_rgb
parent0b726a437b8906fb52662504ccb6e4f052890f3c (diff)
parent1c6b0391b4685a2d6e9b8ad9fc3a88c5ad5ea31c (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/exclusive/e6_rgb')
-rw-r--r--keyboards/exclusive/e6_rgb/config.h7
-rw-r--r--keyboards/exclusive/e6_rgb/info.json8
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/exclusive/e6_rgb/config.h b/keyboards/exclusive/e6_rgb/config.h
index fd221f1765..d00a6ac715 100644
--- a/keyboards/exclusive/e6_rgb/config.h
+++ b/keyboards/exclusive/e6_rgb/config.h
@@ -6,13 +6,6 @@
#include "config_common.h"
-/* USB Device descriptor parameter */
-#define VENDOR_ID 0x4154 //AT
-#define PRODUCT_ID 0x4536 //E6
-#define DEVICE_VER 0x0062
-#define MANUFACTURER astro
-#define PRODUCT e6rgb
-
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 14
diff --git a/keyboards/exclusive/e6_rgb/info.json b/keyboards/exclusive/e6_rgb/info.json
index c08cd12ae6..46c90a7163 100644
--- a/keyboards/exclusive/e6_rgb/info.json
+++ b/keyboards/exclusive/e6_rgb/info.json
@@ -1,7 +1,13 @@
{
- "keyboard_name": "e6_rgb",
+ "keyboard_name": "E6 RGB",
+ "manufacturer": "astro",
"url": "",
"maintainer": "yulei",
+ "usb": {
+ "vid": "0x4154",
+ "pid": "0x4536",
+ "device_version": "0.6.2"
+ },
"layout_aliases": {
"LAYOUT_60_wkl_split_bs": "LAYOUT_60_tsangan_hhkb"
},