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 31:ff9360a64520, committed 2016-06-02
- Comitter:
- vilesovds
- Date:
- Thu Jun 02 17:36:28 2016 +0000
- Parent:
- 30:74ca09725b68
- Commit message:
- added 0x4c del key
Changed in this revision
USBHID/USBKeyboard.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBHID/USBKeyboard.cpp Wed Aug 20 09:10:52 2014 +0000 +++ b/USBHID/USBKeyboard.cpp Thu Jun 02 17:36:28 2016 +0000 @@ -160,7 +160,7 @@ {0x31, KEY_SHIFT}, /* | */ {0x30, KEY_SHIFT}, /* } */ {0x35, KEY_SHIFT}, /* ~ */ - {0,0}, /* DEL */ + {0x4C,0}, /* DEL */ {0x3a, 0}, /* F1 */ {0x3b, 0}, /* F2 */ @@ -321,7 +321,7 @@ {0x64, KEY_SHIFT}, /* | */ {0x30, KEY_SHIFT}, /* } */ {0x32, KEY_SHIFT}, /* ~ */ - {0,0}, /* DEL */ + {0x4C,0}, /* DEL */ {0x3a, 0}, /* F1 */ {0x3b, 0}, /* F2 */