usb device library

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
seeed
Date:
Wed Jul 31 01:12:05 2013 +0000
Parent:
8:335f2506f422
Commit message:
add meta key

Changed in this revision

USBHID/USBKeyboard.h Show annotated file Show diff for this revision Revisions of this file
diff -r 335f2506f422 -r 5592a5e874fe USBHID/USBKeyboard.h
--- a/USBHID/USBKeyboard.h	Fri Mar 01 13:10:29 2013 +0000
+++ b/USBHID/USBKeyboard.h	Wed Jul 31 01:12:05 2013 +0000
@@ -27,6 +27,7 @@
     KEY_CTRL = 1,
     KEY_SHIFT = 2,
     KEY_ALT = 4,
+    KEY_META = 8,
 };