summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 73037e7527..e354097a2a 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -121,6 +121,8 @@ long reverse (long N) {
121#define LP_QUIT BUTTON_POWER 121#define LP_QUIT BUTTON_POWER
122#elif CONFIG_KEYPAD == MROBE500_PAD 122#elif CONFIG_KEYPAD == MROBE500_PAD
123#define LP_QUIT BUTTON_POWER 123#define LP_QUIT BUTTON_POWER
124#elif CONFIG_KEYPAD == MROBE100_PAD
125#define LP_QUIT BUTTON_POWER
124#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 126#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
125#define LP_QUIT BUTTON_BACK 127#define LP_QUIT BUTTON_BACK
126#else 128#else