From f7bcb66e676df93ab3e5bbff5b71ed4200afaabb Mon Sep 17 00:00:00 2001 From: Robert Menes Date: Tue, 2 Nov 2010 03:29:16 +0000 Subject: Begin committing keymap plugins for the Philips GoGear HDD6330. Not all keymaps are completed, but I want to get some initial work I did under version control. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28442 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/battery_bench.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugins/battery_bench.c') diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index b82e4f8..be71701 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -180,6 +180,13 @@ #define BATTERY_ON_TXT "MENU - start" #define BATTERY_OFF_TXT "POWER" +#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD + +#define BATTERY_ON BUTTON_MENU +#define BATTERY_OFF BUTTON_POWER +#define BATTERY_ON_TXT "MENU - start" +#define BATTERY_OFF_TXT "POWER" + #elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD #define BATTERY_ON BUTTON_MENU -- cgit v1.1