From 278ea2ff01a29bdf2b52426afbb4967803e3fa13 Mon Sep 17 00:00:00 2001 From: edmcintosh <39095043+edmcintosh@users.noreply.github.com> Date: Sat, 22 Sep 2018 14:13:48 +0100 Subject: [PATCH] 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. --- Horipad Switch.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Horipad Switch.ini b/Horipad Switch.ini index 328079c..cd26301 100644 --- a/Horipad Switch.ini +++ b/Horipad Switch.ini @@ -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