From 81eade36b7c05f93f2d14262ed80ac9beeea8504 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Tue, 31 Jan 2006 14:50:20 +0000 Subject: Revert accidental change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8506 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/button.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/export/button.h b/firmware/export/button.h index c8d903346d..c251f11890 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -159,9 +159,9 @@ bool button_hold(void); #define BUTTON_MENU 0x0002 #define BUTTON_PLAY 0x0004 -#define BUTTON_SELECT 0x0001 -#define BUTTON_SCROLL_FWD 0x0008 -#define BUTTON_SCROLL_BACK 0x0010 +#define BUTTON_SELECT 0x0008 +#define BUTTON_SCROLL_FWD 0x0010 +#define BUTTON_SCROLL_BACK 0x0020 #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD -- cgit v1.2.3