New analog button levels (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2531 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f62bc2769
commit
ef5b2bb8f5
1 changed files with 3 additions and 3 deletions
|
@ -227,9 +227,9 @@ int button_set_release(int newmask)
|
|||
|
||||
/* Button analog voltage levels */
|
||||
#define LEVEL1 250
|
||||
#define LEVEL2 450
|
||||
#define LEVEL3 650
|
||||
#define LEVEL4 850
|
||||
#define LEVEL2 500
|
||||
#define LEVEL3 700
|
||||
#define LEVEL4 900
|
||||
|
||||
/*
|
||||
*Initialize buttons
|
||||
|
|
Loading…
Reference in a new issue