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 6673810e29..d6b9621343 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -142,6 +142,14 @@ char buf[255];
142#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || (CONFIG_KEYPAD == MROBE500_PAD) 142#elif (CONFIG_KEYPAD == ONDAVX747_PAD) || (CONFIG_KEYPAD == MROBE500_PAD)
143#define SUPERDOM_CANCEL BUTTON_POWER 143#define SUPERDOM_CANCEL BUTTON_POWER
144 144
145#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
146#define SUPERDOM_OK BUTTON_PLAY
147#define SUPERDOM_UP BUTTON_UP
148#define SUPERDOM_DOWN BUTTON_DOWN
149#define SUPERDOM_LEFT BUTTON_LEFT
150#define SUPERDOM_RIGHT BUTTON_RIGHT
151#define SUPERDOM_CANCEL BUTTON_REW
152
145#endif 153#endif
146 154
147#ifdef HAVE_TOUCHSCREEN 155#ifdef HAVE_TOUCHSCREEN