diff options
Diffstat (limited to 'apps/plugins/dict.c')
| -rw-r--r-- | apps/plugins/dict.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c index bb98df7..cdd4c65 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -150,6 +150,8 @@ long reverse (long N) { #define LP_QUIT BUTTON_LEFT #elif CONFIG_KEYPAD == PBELL_VIBE500_PAD #define LP_QUIT BUTTON_CANCEL +#elif CONFIG_KEYPAD == MPIO_HD200_PAD +#define LP_QUIT (BUTTON_REC|BUTTON_PLAY) #else #define LP_QUIT BUTTON_OFF #endif |