mirror of
https://github.com/Maschell/controller_patcher_configs.git
synced 2024-11-06 00:15:07 +01:00
Merge pull request #19 from PeeJayBonobo/patch-6
New Config: EasySMX EG-C3071/ZD-V+
This commit is contained in:
commit
f3e1c6cd93
52
EasySMX EG-C3071_ZD-VPlus.ini
Normal file
52
EasySMX EG-C3071_ZD-VPlus.ini
Normal file
@ -0,0 +1,52 @@
|
||||
//EasySMX EG-C3071 and ZD-V+
|
||||
//If you are using the EasySMX EC-C3071, make sure the controller is displaying the FIRST and THIRD/FOURTH blue lights at the front of the controller before usage.
|
||||
//If you are using the ZD-V+, make sure the controller is displaying the RED light at the front of the controller before usage. Also, follow the additional instructions at the bottom of the config file.
|
||||
[vid=0x2563,pid=0x0575]
|
||||
//Required
|
||||
Pad_Count=1
|
||||
//Buttons
|
||||
VPad_Button_A=0x00,0x02
|
||||
VPad_Button_B=0x00,0x04
|
||||
VPad_Button_X=0x00,0x01
|
||||
VPad_Button_Y=0x00,0x08
|
||||
VPad_Button_Plus=0x01,0x02
|
||||
VPad_Button_Minus=0x01,0x01
|
||||
VPad_Button_L=0x00,0x10
|
||||
VPad_Button_R=0x00,0x20
|
||||
VPad_Button_Stick_L=0x01,0x04
|
||||
VPad_Button_Stick_R=0x01,0x08
|
||||
VPad_Button_Home=0x01,0x10
|
||||
//Triggers
|
||||
VPad_Button_ZL=0x00,0x40
|
||||
VPad_Button_ZR=0x00,0x80
|
||||
//D-Pad
|
||||
DPad_Mode=DPAD_Hat
|
||||
DPad_Mask=0x0F
|
||||
VPad_Button_DPad_N=0x02,0x00
|
||||
VPad_Button_DPad_NE=0x02,0x01
|
||||
VPad_Button_DPad_E=0x02,0x02
|
||||
VPad_Button_DPad_SE=0x02,0x03
|
||||
VPad_Button_DPad_S=0x02,0x04
|
||||
VPad_Button_DPad_SW=0x02,0x05
|
||||
VPad_Button_DPad_W=0x02,0x06
|
||||
VPad_Button_DPad_NW=0x02,0x07
|
||||
VPad_Button_DPad_Neutral=0x02,0x0F
|
||||
//Thumbsticks
|
||||
VPad_L_Stick_X=0x03,0x7F
|
||||
VPad_L_Stick_X_MinMax=0x00,0xFF
|
||||
VPad_L_Stick_X_Deadzone=0x00
|
||||
VPad_L_Stick_X_Invert=False
|
||||
VPad_L_Stick_Y=0x04,0x7F
|
||||
VPad_L_Stick_Y_MinMax=0x00,0xFF
|
||||
VPad_L_Stick_Y_Deadzone=0x00
|
||||
VPad_L_Stick_Y_Invert=True
|
||||
VPad_R_Stick_X=0x05,0x7F
|
||||
VPad_R_Stick_X_MinMax=0x00,0xFF
|
||||
VPad_R_Stick_X_Deadzone=0x00
|
||||
VPad_R_Stick_X_Invert=False
|
||||
VPad_R_Stick_Y=0x06,0x7F
|
||||
VPad_R_Stick_Y_MinMax=0x00,0xFF
|
||||
VPad_R_Stick_Y_Deadzone=0x00
|
||||
VPad_R_Stick_Y_Invert=True
|
||||
|
||||
//For ZD-V+ users: At the Thumbsticks section, set all center values to 0x80 (Default: 0x7F for EasySMX EC-C3071 users)
|
Loading…
Reference in New Issue
Block a user