summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive
diff options
context:
space:
mode:
authormechmerlin <mechmerlin@gmail.com>2019-04-07 03:33:32 +0200
committermechmerlin <mechmerlin@gmail.com>2019-04-07 03:33:32 +0200
commit0baa1e2b2fe8e7918e26edac12bb4a6e2e151b1d (patch)
treed963c974ba13eefae9a6d0cf519f111b9da7bb2c /keyboards/exclusive
parent8173db634daa0eaa6cfe7dc5a556ff2193ec078f (diff)
downloadqmk_firmware-0baa1e2b2fe8e7918e26edac12bb4a6e2e151b1d.tar.gz
qmk_firmware-0baa1e2b2fe8e7918e26edac12bb4a6e2e151b1d.tar.xz
fix naming in usbconfig.h
Diffstat (limited to 'keyboards/exclusive')
-rw-r--r--keyboards/exclusive/e6v2/bmc/usbconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/usbconfig.h b/keyboards/exclusive/e6v2/bmc/usbconfig.h
index c52c90ce8..f22f2b631 100644
--- a/keyboards/exclusive/e6v2/bmc/usbconfig.h
+++ b/keyboards/exclusive/e6v2/bmc/usbconfig.h
@@ -240,8 +240,8 @@ section at the end of this file).
#define USB_CFG_DEVICE_VERSION 0x00, 0x02
/* Version number of the device: Minor number first, then major number.
*/
-#define USB_CFG_VENDOR_NAME 'G', 'r', 'a', 'y', ' ', 'S', 't', 'u', 'd', 'i', 'o'
-#define USB_CFG_VENDOR_NAME_LEN 11
+#define USB_CFG_VENDOR_NAME 'E', 'x', 'c', 'l', 'u', 's', 'i', 'v', 'e'
+#define USB_CFG_VENDOR_NAME_LEN 9
/* These two values define the vendor name returned by the USB device. The name
* must be given as a list of characters under single quotes. The characters
* are interpreted as Unicode (UTF-16) entities.
@@ -250,7 +250,7 @@ section at the end of this file).
* obdev's free shared VID/PID pair. See the file USB-IDs-for-free.txt for
* details.
*/
-#define USB_CFG_DEVICE_NAME 'H', 'B', '8', '5'
+#define USB_CFG_DEVICE_NAME 'E', '6', 'V', '2'
#define USB_CFG_DEVICE_NAME_LEN 4
/* Same as above for the device name. If you don't want a device name, undefine
* the macros. See the file USB-IDs-for-free.txt before you assign a name if