diff options
Diffstat (limited to 'apps/plugins/stopwatch.c')
| -rw-r--r-- | apps/plugins/stopwatch.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index ae71a12..b782254 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -150,6 +150,14 @@ PLUGIN_HEADER #define STOPWATCH_RC_QUIT BUTTON_REC #elif CONFIG_KEYPAD == COWOND2_PAD #define STOPWATCH_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == IAUDIO67_PAD +#define STOPWATCH_QUIT BUTTON_MENU +#define STOPWATCH_START_STOP BUTTON_PLAY +#define STOPWATCH_RESET_TIMER BUTTON_STOP +#define STOPWATCH_LAP_TIMER BUTTON_LEFT +#define STOPWATCH_SCROLL_UP BUTTON_VOLUP +#define STOPWATCH_SCROLL_DOWN BUTTON_VOLDOWN +#define STOPWATCH_RC_QUIT BUTTON_POWER #else #error No keymap defined! #endif |