summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 c251f11890..c8d903346d 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 0x0008
-#define BUTTON_SCROLL_FWD 0x0010
-#define BUTTON_SCROLL_BACK 0x0020
+#define BUTTON_SELECT 0x0001
+#define BUTTON_SCROLL_FWD 0x0008
+#define BUTTON_SCROLL_BACK 0x0010
#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD