Whenever I set lfs to use sequential shifting, it automatically uses the paddles. Is there any way I can set it to use the shifter in sequential mode instead?
// This script will make the Shifter work in sequential mode properly
/shifter sequential
button 45 shift_up
button 44 shift_down
button 41 flash
button 40 horn
button 38 handbrake
/echo Sequential (With Stick) Mode Enabled
// This script will make the shifter do other commands, and assign them
/shifter sequential
button 45 handbrake
button 44 flash
button 40 shift_up
button 41 shift_Down
button 38 horn
/echo Sequential Mode Enabled
// This script will make the Shifter work properly
/shifter shifter
button 44 gear_1
button 45 gear_2
button 41 flash
button 40 horn
button 38 handbrake
/echo Shifter Mode Enabled