summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-12-02 01:56:39 +0000
committerRobert Menes <rmenes@rockbox.org>2009-12-02 01:56:39 +0000
commite626dcba4079f3e3bacf7128e6a645d087b506c5 (patch)
treefdb2568f3bb9614b55846c5bc63ad8ac8f52a9ed /apps/plugins/battery_bench.c
parent6ea0c3f2298c161c138f6a23418b0c7ddd5dfb77 (diff)
downloadrockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.tar.gz
rockbox-e626dcba4079f3e3bacf7128e6a645d087b506c5.zip
Start committing plugin keymaps for the Philips GoGear SA9200.
I still have more plugins to finish, but this is an initial start and I can at least get them under version control in case I need to revise any. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index c0b6d44e9f..7257e2c26f 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -180,6 +180,13 @@ PLUGIN_HEADER
180#define BATTERY_ON_TXT "MENU - start" 180#define BATTERY_ON_TXT "MENU - start"
181#define BATTERY_OFF_TXT "POWER" 181#define BATTERY_OFF_TXT "POWER"
182 182
183#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
184
185#define BATTERY_ON BUTTON_MENU
186#define BATTERY_OFF BUTTON_POWER
187#define BATTERY_ON_TXT "MENU - start"
188#define BATTERY_OFF_TXT "POWER"
189
183#elif CONFIG_KEYPAD == ONDAVX747_PAD 190#elif CONFIG_KEYPAD == ONDAVX747_PAD
184 191
185#define BATTERY_OFF BUTTON_POWER 192#define BATTERY_OFF BUTTON_POWER