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 c301367ece..ee12136989 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -199,6 +199,14 @@ char buf[255];
199#define SUPERDOM_RIGHT BUTTON_RIGHT 199#define SUPERDOM_RIGHT BUTTON_RIGHT
200#define SUPERDOM_CANCEL BUTTON_POWER 200#define SUPERDOM_CANCEL BUTTON_POWER
201 201
202#elif CONFIG_KEYPAD == HM60X_PAD
203#define SUPERDOM_OK BUTTON_SELECT
204#define SUPERDOM_UP BUTTON_UP
205#define SUPERDOM_DOWN BUTTON_DOWN
206#define SUPERDOM_LEFT BUTTON_LEFT
207#define SUPERDOM_RIGHT BUTTON_RIGHT
208#define SUPERDOM_CANCEL BUTTON_POWER
209
202#endif 210#endif
203 211
204#ifdef HAVE_TOUCHSCREEN 212#ifdef HAVE_TOUCHSCREEN