summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-02-03 23:16:24 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-02-03 23:16:24 +0000
commitc8a5fbbaa61d20f70717b33a0f63be13887f45d8 (patch)
treecc8efe05c5fb0848e346ea245526dd3761bc358f /apps/plugins/battery_bench.c
parentc31d2f84b73b7f08f949cebcff0e5f4d1babd529 (diff)
Added iFP keybindings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 56d6575811..18052324a3 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -54,6 +54,11 @@ PLUGIN_HEADER
#define BATTERY_ON BUTTON_PLAY
#define BATTERY_OFF BUTTON_MENU
+#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
+
+#define BATTERY_ON BUTTON_SELECT
+#define BATTERY_OFF BUTTON_PLAY
+
#endif