fix(config): display rumble strength to user
All checks were successful
Publish nightly release / build (push) Successful in 1m35s
All checks were successful
Publish nightly release / build (push) Successful in 1m35s
This commit is contained in:
parent
f100f81842
commit
43708a9365
1 changed files with 1 additions and 1 deletions
|
@ -1676,7 +1676,7 @@ async fn configuration_main_loop<
|
|||
..Default::default()
|
||||
},
|
||||
stick_x: 127,
|
||||
stick_y: 127,
|
||||
stick_y: 127 + *to_adjust,
|
||||
cstick_x: 127,
|
||||
cstick_y: 127,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue