1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-08-27 21:11:15 +00:00
parent 22e09a3fb8
commit 0a3ab38ada

View file

@ -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