diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/battery_bench.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index 56d6575..1805232 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -54,6 +54,11 @@ PLUGIN_HEADER #define BATTERY_ON BUTTON_PLAY #define BATTERY_OFF BUTTON_MENU +#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD + +#define BATTERY_ON BUTTON_SELECT +#define BATTERY_OFF BUTTON_PLAY + #endif |