Skip to content

Instantly share code, notes, and snippets.

@Ryochan7
Last active April 5, 2017 07:56
Show Gist options
  • Save Ryochan7/5866401d2cab0854a441f8d987043401 to your computer and use it in GitHub Desktop.
Save Ryochan7/5866401d2cab0854a441f8d987043401 to your computer and use it in GitHub Desktop.
MoltenGamepad profile for configuring a virtual controller
# Preferred gamepad assistance profile for MoltenGamepad.
move wm1 to virtpad1
wiimote.?nk_accel_active = true
# Nunchuk mapping
wiimote.nk_stick_x = left_x
wiimote.nk_stick_y = left_y
wiimote.nk_accel_x = right_x
wiimote.nk_accel_y = right_y
wiimote.nk_accel_z = nothing
wiimote.nk_c = btn_north
wiimote.nk_z = btn_east
# Wiimote mapping
wiimote.nk_wm_accel_x = nothing
wiimote.nk_wm_accel_y = nothing
wiimote.nk_wm_accel_z = nothing
wiimote.nk_up = up
wiimote.nk_down = down
wiimote.nk_left = left
wiimote.nk_right = right
wiimote.nk_a = btn_south
wiimote.nk_b = btn_west
wiimote.nk_minus = select
wiimote.nk_home = mode
wiimote.nk_plus = start
wiimote.nk_1 = btn_thumbl
wiimote.nk_2 = btn_thumbr
@gustavolinux
Copy link

Where is the mapping to the mouse relative input?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment