Add follows to keyCode in USBKeyboard.h. KEY_BS, /* BS */ KEY_TAB, /* TAB */ KEY_LF, /* LF */
Fork of USBDevice by
Revision 6:96e29f4e3806, committed 2012-11-15
- 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 |
--- 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 */