forked from mirror/joycontrol
button delay fix for reliability
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ jcrestart() {
|
||||
}
|
||||
|
||||
jcmacro() {
|
||||
buttonDelay='0.01'
|
||||
buttonDelay='0.02'
|
||||
if [[ ! -z $2 ]]; then
|
||||
buttonDelay=$2
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user