diff options
Diffstat (limited to 'apps/plugins/stopwatch.c')
| -rw-r--r-- | apps/plugins/stopwatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 6bac97e..1a2965f 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -226,8 +226,8 @@ #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define STOPWATCH_QUIT (BUTTON_REC|BUTTON_PLAY) #define STOPWATCH_START_STOP BUTTON_PLAY -#define STOPWATCH_RESET_TIMER BUTTON_PREV -#define STOPWATCH_LAP_TIMER BUTTON_NEXT +#define STOPWATCH_RESET_TIMER BUTTON_REW +#define STOPWATCH_LAP_TIMER BUTTON_FF #define STOPWATCH_SCROLL_UP BUTTON_VOL_UP #define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN |