キーボードの長押しに対応。

Dependents:   PS4_FF14_Adapter

Fork of USBDevice by mbed official

Revision:
73:803bc631881e
Parent:
1:80ab0d068708
--- a/USBHID/USBHID_Types.h	Sat Aug 18 06:37:49 2018 +0000
+++ b/USBHID/USBHID_Types.h	Sat Aug 25 07:54:43 2018 +0000
@@ -78,8 +78,8 @@
 #define DELIMITER(size)             (0xa8 | size)
 
 /* HID Report */
-/* Where report IDs are used the first byte of 'data' will be the */
-/* report ID and 'length' will include this report ID byte. */
+/* レポートIDが使用される場合、'データ'の最初のバイトはレポートIDになり、 */
+/* '長さ'にはこのレポートIDバイトが含まれます。 */
 
 #define MAX_HID_REPORT_SIZE (64)