Add stick clicks for Horipad

This config was missing the stick clicks / L3/R3. I found them using HID Test, and they are the same as those given for Core(plus) / PowerA. I have added them in the Sticks section.
This commit is contained in:
edmcintosh 2018-09-22 14:13:48 +01:00 committed by GitHub
parent 0a6d674c3a
commit 278ea2ff01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ VPAD_BUTTON_ZL = 0x00, 0x40
VPAD_BUTTON_ZR = 0x00, 0x80
//Sticks
VPAD_BUTTON_STICK_L = 0x01,0x04
VPAD_BUTTON_STICK_R = 0x01,0x08
VPad_L_Stick_X = 0x03,0x80
VPad_L_Stick_X_MinMax = 0x00,0xFF
VPad_L_Stick_X_Deadzone = 0x0A