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 11:5592a5e874fe, committed 2013-07-31
- 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 |
--- 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,
};
