Update RetroJoystickAdapter_Playstation.ino

This commit is contained in:
mcgurk 2016-10-09 21:43:35 +03:00 committed by GitHub
parent 9c03755ca5
commit 5ebb3f483e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
0x09, 0x30, /* USAGE (x) */ \
0x09, 0x31, /* USAGE (y) */ \
0x15, 0x00, /* LOGICAL_MINIMUM (0) */ \
0x25, 0xff, /* LOGICAL_MAXIMUM (255) */ \
0x26, 0xff, 0x00, /* LOGICAL_MAXIMUM (255) */ \
0x75, 0x08, /* REPORT_SIZE (8) */ \
0x95, 0x04, /* REPORT_COUNT (4) */ \
0x81, 0x02, /* INPUT (Data,Var,Abs) */ \