riking / joycon

Joy-Con input driver for Linux
291 stars 31 forks source link

Inverting the Joycons #59

Open Garelli4 opened 5 years ago

Garelli4 commented 5 years ago

Hey guys! I've checked several issues about this problem but i just don't get how to fix it. How do I invert the Axis? In the Readme file is something written with "--invert LV" but what command do i have to use? I also tried to change the "false" to a "true" in the "keymap_common.go" file, but it didnt' work. Thanks for your help! Greetz Garelli

qixils commented 5 years ago

these are arguments you add to the end of your command. for example sudo jcdriver --invert LV --invert LH --invert RV --invert RH to invert both directions of both joysticks.

Garelli4 commented 5 years ago

heh... so simple... XD thx for your help!! works!