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 2dfd142bde..b4e25afdb1 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -190,6 +190,14 @@ char buf[255];
190#define SUPERDOM_RIGHT BUTTON_RIGHT 190#define SUPERDOM_RIGHT BUTTON_RIGHT
191#define SUPERDOM_CANCEL BUTTON_BACK 191#define SUPERDOM_CANCEL BUTTON_BACK
192 192
193#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
194#define SUPERDOM_OK BUTTON_SELECT
195#define SUPERDOM_UP BUTTON_UP
196#define SUPERDOM_DOWN BUTTON_DOWN
197#define SUPERDOM_LEFT BUTTON_LEFT
198#define SUPERDOM_RIGHT BUTTON_RIGHT
199#define SUPERDOM_CANCEL BUTTON_POWER
200
193#endif 201#endif
194 202
195#ifdef HAVE_TOUCHSCREEN 203#ifdef HAVE_TOUCHSCREEN