aboutsummaryrefslogtreecommitdiff
path: root/keyboards/facew/usbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/facew/usbconfig.h')
-rw-r--r--keyboards/facew/usbconfig.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/keyboards/facew/usbconfig.h b/keyboards/facew/usbconfig.h
index d2d848fcd..f3d663f8a 100644
--- a/keyboards/facew/usbconfig.h
+++ b/keyboards/facew/usbconfig.h
@@ -8,8 +8,7 @@
8 * This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $ 8 * This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $
9 */ 9 */
10 10
11#ifndef __usbconfig_h_included__ 11#pragma once
12#define __usbconfig_h_included__
13 12
14#include "config.h" 13#include "config.h"
15 14
@@ -241,8 +240,8 @@ section at the end of this file).
241#define USB_CFG_DEVICE_VERSION 0x00, 0x02 240#define USB_CFG_DEVICE_VERSION 0x00, 0x02
242/* Version number of the device: Minor number first, then major number. 241/* Version number of the device: Minor number first, then major number.
243 */ 242 */
244#define USB_CFG_VENDOR_NAME 'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r' 243#define USB_CFG_VENDOR_NAME 'S', 'p', 'r', 'i', 't'
245#define USB_CFG_VENDOR_NAME_LEN 13 244#define USB_CFG_VENDOR_NAME_LEN 5
246/* These two values define the vendor name returned by the USB device. The name 245/* These two values define the vendor name returned by the USB device. The name
247 * must be given as a list of characters under single quotes. The characters 246 * must be given as a list of characters under single quotes. The characters
248 * are interpreted as Unicode (UTF-16) entities. 247 * are interpreted as Unicode (UTF-16) entities.
@@ -251,8 +250,8 @@ section at the end of this file).
251 * obdev's free shared VID/PID pair. See the file USB-IDs-for-free.txt for 250 * obdev's free shared VID/PID pair. See the file USB-IDs-for-free.txt for
252 * details. 251 * details.
253 */ 252 */
254#define USB_CFG_DEVICE_NAME 'p', 's', '2', 'a', 'v', 'r', 'G', 'B' 253#define USB_CFG_DEVICE_NAME 'F', 'a', 'c', 'e', 'W'
255#define USB_CFG_DEVICE_NAME_LEN 8 254#define USB_CFG_DEVICE_NAME_LEN 5
256/* Same as above for the device name. If you don't want a device name, undefine 255/* Same as above for the device name. If you don't want a device name, undefine
257 * the macros. See the file USB-IDs-for-free.txt before you assign a name if 256 * the macros. See the file USB-IDs-for-free.txt before you assign a name if
258 * you use a shared VID/PID. 257 * you use a shared VID/PID.
@@ -392,5 +391,3 @@ section at the end of this file).
392/* #define USB_INTR_PENDING EIFR */ 391/* #define USB_INTR_PENDING EIFR */
393#define USB_INTR_PENDING_BIT INTF1 392#define USB_INTR_PENDING_BIT INTF1
394#define USB_INTR_VECTOR INT1_vect 393#define USB_INTR_VECTOR INT1_vect
395
396#endif /* __usbconfig_h_included__ */