sam3n: fix confusion between interrupt numbers and peripheral ids.
[bertos.git] / bertos / cfg / cfg_usbkbd.h
index f7ade6eb41d05cdde1f02c9778e20eabbd6e76b8..5b6fb65ac7f348b4fe3c28859b669863212b2bb2 100644 (file)
 #ifndef CFG_USBKBD_H
 #define CFG_USBKBD_H
 
+/**
+ * Enable the usbkbd module.
+ *
+ * $WIZ$ type = "autoenabled"
+ */
+#define CONFIG_USBKBD 0
+
 /**
  * Module logging level.
  *
  */
 #define USB_KEYBOARD_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * USB vendor ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_KEYBOARD_VENDOR_ID      0x046d
+
+/**
+ * USB product ID (please change this in your project, using a valid ID number!).
+ *
+ * $WIZ$ type = "hex"
+ */
+#define USB_KEYBOARD_PRODUCT_ID     0xffff
+
 #endif /* CFG_USB_KEYBOARD_H */