USB device stack - Added support for the logo/windows key to USB keyboard.

Dependents:   randomSearch

Fork of USBDevice by mbed official

Revision:
49:bee5808e91e3
Parent:
43:c0605f23f916
Child:
55:c7fd9d44ec8e
--- a/USBDevice/USBEndpoints.h	Thu Apr 16 11:00:20 2015 +0100
+++ b/USBDevice/USBEndpoints.h	Thu Apr 16 11:46:08 2015 +0100
@@ -47,6 +47,8 @@
 #include "USBEndpoints_STM32F4.h"
 #elif defined (TARGET_RZ_A1H)
 #include "USBEndpoints_RZ_A1H.h"
+#elif defined(TARGET_Maxim)
+#include "USBEndpoints_Maxim.h"
 #else
 #error "Unknown target type"
 #endif