diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-29 13:28:28 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-29 13:28:28 +0000 |
| commit | db1e051bf08871d156feadf8e81972fdaf1989f7 (patch) | |
| tree | 95c6781596a807ef0a448b7b8878ad6d7e0702da /firmware/target | |
| parent | aa2abed587cfb08c76f143832b7c38c52371c15d (diff) | |
| download | rockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.zip rockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.tar.gz rockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.tar.bz2 rockbox-db1e051bf08871d156feadf8e81972fdaf1989f7.tar.xz | |
HD300 - decrease touchstrip sensitivity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28707 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
| -rw-r--r-- | firmware/target/coldfire/mpio/hd300/button-hd300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/mpio/hd300/button-hd300.c b/firmware/target/coldfire/mpio/hd300/button-hd300.c index 19c93ab..2b7add7 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)) |