Some additional fixes

Fork of USBDevice by Yihui Xiong

Files at this revision

API Documentation at this revision

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 */