Update RetroJoystickAdapter_Megadrive.ino

This commit is contained in:
Jarno Lehtinen 2016-11-11 00:10:39 +02:00 committed by GitHub
parent 9b53599063
commit 06c1f36fcd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ uint8_t plugged2 = 0;
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) */ \