summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index c8d9033..c251f11 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