From 43708a9365f4b6a9b418eeb110cca5210e928ac2 Mon Sep 17 00:00:00 2001 From: Naxdy Date: Tue, 9 Apr 2024 19:20:45 +0200 Subject: [PATCH] fix(config): display rumble strength to user --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index c5d5a8a..2d450ca 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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, },