Update RetroJoystickAdapter_PS2-keyboard.ino

This commit is contained in:
Jarno Lehtinen 2016-10-24 00:00:28 +03:00 committed by GitHub
parent 0a8f56ec3d
commit 8d9ac169a4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ PS2Keyboard keyboard;
0x09, 0x04, /* USAGE (Joystick) */ \
0xa1, 0x01, /* COLLECTION (Application) */ \
0x85, REPORT_ID, /* REPORT_ID */ \
/* 16 Buttons */ \
/* 8 Buttons */ \
0x05, 0x09, /* USAGE_PAGE (Button) */ \
0x19, 0x01, /* USAGE_MINIMUM (Button 1) */ \
0x29, 0x08, /* USAGE_MAXIMUM (Button 8) */ \