summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-30 21:17:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-30 21:17:19 +0000
commitf474699027ef94b9ae8a9ad399624254034c4233 (patch)
tree9c5ba1da819505f52059aaab4925cd73b0d45ff3 /apps/plugins/battery_bench.c
parentde6f7ec5afdcd2a7670adb35fa651821c3e84fc5 (diff)
downloadrockbox-f474699027ef94b9ae8a9ad399624254034c4233.tar.gz
rockbox-f474699027ef94b9ae8a9ad399624254034c4233.zip
Enabled metronome and battery_bench for X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9371 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 1e77c64f71..8572932767 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -58,6 +58,11 @@ PLUGIN_HEADER
58#define BATTERY_ON BUTTON_PLAY 58#define BATTERY_ON BUTTON_PLAY
59#define BATTERY_OFF BUTTON_MENU 59#define BATTERY_OFF BUTTON_MENU
60 60
61#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
62
63#define BATTERY_ON BUTTON_SELECT
64#define BATTERY_OFF BUTTON_PLAY
65
61#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 66#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
62 67
63#define BATTERY_ON BUTTON_SELECT 68#define BATTERY_ON BUTTON_SELECT