Add follows to keyCode in USBKeyboard.h. KEY_BS, /* BS */ KEY_TAB, /* TAB */ KEY_LF, /* LF */

Dependents:   Clicker

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
_muki
Date:
Thu Nov 15 14:17:00 2012 +0000
Parent:
5:d27e4c226965
Commit message:
USBKeyboard.h??keyCode????????; ; KEY_BS, /* BS */ ; KEY_TAB, /* TAB */; KEY_LF, /* LF */

Changed in this revision

USBHID/USBKeyboard.h Show annotated file Show diff for this revision Revisions of this file
diff -r d27e4c226965 -r 96e29f4e3806 USBHID/USBKeyboard.h
--- a/USBHID/USBKeyboard.h	Sun Oct 14 15:08:52 2012 +0000
+++ b/USBHID/USBKeyboard.h	Thu Nov 15 14:17:00 2012 +0000
@@ -41,6 +41,10 @@
 };
 
 enum FUNCTION_KEY {
+    
+    KEY_BS,         /* BS  */ 
+    KEY_TAB,        /* TAB */
+    KEY_LF,         /* LF  */ 
     KEY_F1 = 128,   /* F1 key */
     KEY_F2,         /* F2 key */
     KEY_F3,         /* F3 key */