diff options
Diffstat (limited to 'apps/plugins/xobox.c')
| -rw-r--r-- | apps/plugins/xobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index 49e730d..51f89d2 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -68,13 +68,13 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == GIGABEAT_PAD) -#define QUIT BUTTON_A +#define QUIT BUTTON_POWER #define LEFT BUTTON_LEFT #define RIGHT BUTTON_RIGHT #define SELECT BUTTON_SELECT #define UP BUTTON_UP #define DOWN BUTTON_DOWN -#define PAUSE BUTTON_MENU +#define PAUSE BUTTON_A #elif (CONFIG_KEYPAD == SANSA_E200_PAD) |