Last active
April 5, 2017 07:56
-
-
Save Ryochan7/5866401d2cab0854a441f8d987043401 to your computer and use it in GitHub Desktop.
MoltenGamepad profile for configuring a virtual controller
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where is the mapping to the mouse relative input?