diff --git a/firmware/target/coldfire/mpio/hd300/button-hd300.c b/firmware/target/coldfire/mpio/hd300/button-hd300.c index 19c93abfca..2b7add7820 100644 --- a/firmware/target/coldfire/mpio/hd300/button-hd300.c +++ b/firmware/target/coldfire/mpio/hd300/button-hd300.c @@ -28,7 +28,7 @@ #include "adc.h" #include "powermgmt.h" -#define SLIDER_BASE_SENSITIVITY 6 +#define SLIDER_BASE_SENSITIVITY 8 /* GPI7 H-L, GPI6 H-L, GPI7 L-H, GPI6 L-H */ #define SLIDER_GPIO_MASK ((1<<15)|(1<<14)|(1<<7)|(1<<6))