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 257a0c6..38e86fb 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -119,6 +119,8 @@ long reverse (long N) { #define LP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define LP_QUIT BUTTON_POWER +#elif CONFIG_KEYPAD == MROBE500_PAD +#define LP_QUIT BUTTON_POWER #else #define LP_QUIT BUTTON_OFF #endif |