diff options
Diffstat (limited to 'apps/plugins/stopwatch.c')
| -rw-r--r-- | apps/plugins/stopwatch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 19ccc50..0221e03 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -140,11 +140,6 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == MROBE500_PAD #define STOPWATCH_QUIT BUTTON_POWER -#define STOPWATCH_START_STOP BUTTON_RC_HEART -#define STOPWATCH_RESET_TIMER BUTTON_RC_MODE -#define STOPWATCH_LAP_TIMER BUTTON_RC_PLAY -#define STOPWATCH_SCROLL_UP BUTTON_RIGHT -#define STOPWATCH_SCROLL_DOWN BUTTON_LEFT #elif CONFIG_KEYPAD == GIGABEAT_S_PAD #define STOPWATCH_QUIT BUTTON_BACK |