diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2012-02-02 14:42:42 +0100 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2012-02-02 14:55:51 +0100 |
commit | 5863361fbfcef39c2b3d9a3b5520e7a770fa04cb (patch) | |
tree | 1ebff817c2bcb8558ae5253454b3043eda57997e /apps/plugins/xobox.c | |
parent | 3511435ee321b38c0d9d86d88d0c6e6a25a1c427 (diff) |
MPIOs: keymap tweaks
Change-Id: Ic96900c83ffb90df4f6c68a26238f0543cba61cd
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r-- | apps/plugins/xobox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 30fd5fde13..344e3d60a8 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -252,9 +252,9 @@ CONFIG_KEYPAD == MROBE500_PAD #elif CONFIG_KEYPAD == MPIO_HD300_PAD -#define QUIT BUTTON_REC -#define LEFT BUTTON_MENU -#define RIGHT BUTTON_ENTER +#define QUIT (BUTTON_MENU | BUTTON_REPEAT) +#define LEFT BUTTON_REW +#define RIGHT BUTTON_FF #define UP BUTTON_UP #define DOWN BUTTON_DOWN #define PAUSE BUTTON_PLAY |