summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/xobox.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 157f3c5d87..33cf823c4d 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -259,6 +259,15 @@ CONFIG_KEYPAD == MROBE500_PAD
259#define DOWN BUTTON_DOWN 259#define DOWN BUTTON_DOWN
260#define PAUSE BUTTON_PLAY 260#define PAUSE BUTTON_PLAY
261 261
262#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
263
264#define QUIT BUTTON_POWER
265#define LEFT BUTTON_LEFT
266#define RIGHT BUTTON_RIGHT
267#define UP BUTTON_UP
268#define DOWN BUTTON_DOWN
269#define PAUSE BUTTON_PLAYPAUSE
270
262#else 271#else
263#error No keymap defined! 272#error No keymap defined!
264#endif 273#endif