Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes for Gasia PS Gamepad from Marcus Dean Adams on google group ema…
…il list
  • Loading branch information
richard42 committed Oct 19, 2015
1 parent bcf6892 commit 493b3a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions README
Expand Up @@ -172,7 +172,21 @@ y2^deadzone:27000
11. Saitek Cyborg V.3 Rumble Pad (aka Saitek PS2700)
Honestly, it's one of the best pads that I've used in a long time, so thought I'd contribute this quick config. Basically, Dpad and Analog sticks are unchanged, C-buttons are mapped to the right analog stick, L-R triggers are L1 and R1, Z is mapped to R2, A + B are mapped to X and Square, respectively, start is mapped to the Home button, and Triangle, Square, L2, Start, Select, and the Analog triggers are unused, since it's not intuitive to use them for what's left.

12. Default Keyboard interface:
12. Arsenal Gaming PS3 controller (aka. "Gasia Co.,Ltd PS(R) Gamepad")

N64 Start = PS3 Start
N64 D-pad = PS3 D-pad
N64 joystick = PS3 left joystick
N64 C buttons = PS3 right joystick
N64 A = PS3 X
N64 B = PS3 Square
N64 R = PS3 R1
N64 L = PS3 L1
N64 Z = PS3 L2
Rumble pack swap = PS3 Triangle
Memory pack swap = PS3 Circle

13. Default Keyboard interface:
Analog Pad is "Arrow Keys"
C Up/Left/Down/Right are "I", "J", "K", "L"
DPad Up/Left/Down/Right are "W", "A", "S", "D"
Expand All @@ -184,7 +198,7 @@ B is "left control"
Select Mempack = ","
Select Rumblepack = "."

13. Special modifier keys
14. Special modifier keys
- Right-shift key: reduce amplitude of analog joystick X/Y axes by 25%
- Right-control key: reduce amplitude of analog joystick X/Y axes by 50%
- Left-Control + Left-Alt keys: grab or un-grab the mouse cursor (only if mouse control is enabled)
Expand Down
4 changes: 2 additions & 2 deletions data/InputAutoCfg.ini
Expand Up @@ -208,9 +208,9 @@ mouse = False
AnalogDeadzone = 4096,4096
AnalogPeak = 32768,32768
DPad R = key(275) axis(0+) hat(0 Right)
DPad L = key(276) axis(0-)
DPad L = key(276) axis(0-) hat(0 Left)
DPad D = key(274) axis(1+) hat(0 Down)
DPad U = key(273) axis(1-)
DPad U = key(273) axis(1-) hat(0 Up)
Start = button(9)
Z Trig = button(6)
B Button = button(3)
Expand Down

0 comments on commit 493b3a6

Please sign in to comment.