summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
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