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 f4cefdfa4e..4c25ff28e6 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -174,6 +174,14 @@ char buf[255];
174#define SUPERDOM_RIGHT BUTTON_NEXT 174#define SUPERDOM_RIGHT BUTTON_NEXT
175#define SUPERDOM_CANCEL BUTTON_CANCEL 175#define SUPERDOM_CANCEL BUTTON_CANCEL
176 176
177#elif CONFIG_KEYPAD == MPIO_HD300_PAD
178#define SUPERDOM_OK BUTTON_ENTER
179#define SUPERDOM_UP BUTTON_UP
180#define SUPERDOM_DOWN BUTTON_DOWN
181#define SUPERDOM_LEFT BUTTON_REW
182#define SUPERDOM_RIGHT BUTTON_FF
183#define SUPERDOM_CANCEL BUTTON_MENU
184
177#endif 185#endif
178 186
179#ifdef HAVE_TOUCHSCREEN 187#ifdef HAVE_TOUCHSCREEN