Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 */