summaryrefslogtreecommitdiff
path: root/apps/plugins/superdom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/superdom.c')
-rw-r--r--apps/plugins/superdom.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index f38db8d1f4..0018b9c91f 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -158,6 +158,14 @@ char buf[255];
158#define SUPERDOM_RIGHT BUTTON_RIGHT 158#define SUPERDOM_RIGHT BUTTON_RIGHT
159#define SUPERDOM_CANCEL BUTTON_REW 159#define SUPERDOM_CANCEL BUTTON_REW
160 160
161#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
162#define SUPERDOM_OK BUTTON_OK
163#define SUPERDOM_UP BUTTON_UP
164#define SUPERDOM_DOWN BUTTON_DOWN
165#define SUPERDOM_LEFT BUTTON_PREV
166#define SUPERDOM_RIGHT BUTTON_NEXT
167#define SUPERDOM_CANCEL BUTTON_CANCEL
168
161#endif 169#endif
162 170
163#ifdef HAVE_TOUCHSCREEN 171#ifdef HAVE_TOUCHSCREEN