From 5ebb3f483e0f2a2bc7e9a17af90440a55cac9492 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Sun, 9 Oct 2016 21:43:35 +0300 Subject: [PATCH] Update RetroJoystickAdapter_Playstation.ino --- RetroJoystickAdapter_Playstation.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroJoystickAdapter_Playstation.ino b/RetroJoystickAdapter_Playstation.ino index eeb7232..7e8f089 100644 --- a/RetroJoystickAdapter_Playstation.ino +++ b/RetroJoystickAdapter_Playstation.ino @@ -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) */ \