Page 1 of 1

Remove vibration or reduce

PostPosted: Tue Apr 16, 2019 11:58 am
by Natman60
Hello everyone !

Could you help me, please, create a script to remove or reduce joycon vibrations?

Because at Splatoon, for example, the vibrations make too much noise.

Thank you in advance :smile0201:

Re: Remove vibration or reduce

PostPosted: Tue Apr 16, 2019 2:43 pm
by DontAtMe
Code: Select all
init {
port_inhibit_ffb(PORT_BT_A);
port_inhibit_ffb(PORT_BT_B);
}

Re: Remove vibration or reduce

PostPosted: Wed Apr 17, 2019 12:00 pm
by Natman60
Thank you !