From f474699027ef94b9ae8a9ad399624254034c4233 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 30 Mar 2006 21:17:19 +0000 Subject: Enabled metronome and battery_bench for X5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9371 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/battery_bench.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugins/battery_bench.c') 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 #define BATTERY_ON BUTTON_PLAY #define BATTERY_OFF BUTTON_MENU +#elif CONFIG_KEYPAD == IAUDIO_X5_PAD + +#define BATTERY_ON BUTTON_SELECT +#define BATTERY_OFF BUTTON_PLAY + #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #define BATTERY_ON BUTTON_SELECT -- cgit v1.2.3