forked from len0rd/rockbox
HD300 - decrease touchstrip sensitivity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28707 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa2abed587
commit
db1e051bf0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue