forked from len0rd/rockbox
Adjusted the key sense voltage levels a little
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2013 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
22e09a3fb8
commit
0a3ab38ada
1 changed files with 4 additions and 4 deletions
|
|
@ -194,10 +194,10 @@ int button_set_release(int newmask)
|
||||||
* DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */
|
* DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */
|
||||||
|
|
||||||
/* Button analog voltage levels */
|
/* Button analog voltage levels */
|
||||||
#define LEVEL1 300
|
#define LEVEL1 250
|
||||||
#define LEVEL2 500
|
#define LEVEL2 450
|
||||||
#define LEVEL3 700
|
#define LEVEL3 650
|
||||||
#define LEVEL4 900
|
#define LEVEL4 850
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*Initialize buttons
|
*Initialize buttons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue