summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-27 21:11:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-27 21:11:15 +0000
commit0a3ab38adad163b70922ff6d7ad8975c9959b939 (patch)
treed9b68f5474bec45dc3f194736ee152d3087d3904
parent22e09a3fb8e669145e5bfb519e3b6bdffe438031 (diff)
downloadrockbox-0a3ab38adad163b70922ff6d7ad8975c9959b939.tar.gz
rockbox-0a3ab38adad163b70922ff6d7ad8975c9959b939.zip
Adjusted the key sense voltage levels a little
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2013 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/button.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index d709b012de..36cc0d2598 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -194,10 +194,10 @@ int button_set_release(int newmask)
194 * DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */ 194 * DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */
195 195
196/* Button analog voltage levels */ 196/* Button analog voltage levels */
197#define LEVEL1 300 197#define LEVEL1 250
198#define LEVEL2 500 198#define LEVEL2 450
199#define LEVEL3 700 199#define LEVEL3 650
200#define LEVEL4 900 200#define LEVEL4 850
201 201
202/* 202/*
203 *Initialize buttons 203 *Initialize buttons