Add config for Qanba Q1

Adds a config for the Qanba Q1 PS3 Fightstick.
This commit is contained in:
HowManyNamesHaveBeenTaken 2017-05-30 22:14:19 -04:00 committed by GitHub
parent 93d27aa405
commit 46ebdd57b2
1 changed files with 37 additions and 0 deletions

37
qanba q1 ps3.ini Normal file
View File

@ -0,0 +1,37 @@
//QanBa Q1 (PS3)
[vid=0x0f30,pid=0x1100]
//DPad
DPAD_MODE = DPAD_HAT
DPAD_MASK = 0X0F
VPAD_BUTTON_DPAD_Neutral = 0x02, 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
//Buttons
VPAD_BUTTON_A = 0x00, 0x04
VPAD_BUTTON_B = 0x00, 0x02
VPAD_BUTTON_X = 0x00, 0x08
VPAD_BUTTON_Y = 0x00, 0x01
VPAD_BUTTON_PLUS = 0x01, 0x02
VPAD_BUTTON_MINUS = 0x01, 0x01
VPAD_BUTTON_HOME = 0x01, 0x10
VPAD_BUTTON_L = 0x00, 0x10
VPAD_BUTTON_R = 0x00, 0x20
VPAD_BUTTON_ZL = 0x00, 0x40
VPAD_BUTTON_ZR = 0x00, 0x80
//Sticks
VPAD_L_STICK_X = 0x03, 0x80
VPAD_L_STICK_Y = 0x04, 0x80
Vpad_L_Stick_X_MinMax = 0x00, 0xFF
Vpad_L_Stick_Y_MinMax = 0x00, 0xFF
VPad_L_Stick_Y_Invert = true
Vpad_R_Stick_Y_Invert = true
PAD_COUNT=1