summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-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 c8d903346d..c251f11890 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -159,9 +159,9 @@ bool button_hold(void);
159 159
160#define BUTTON_MENU 0x0002 160#define BUTTON_MENU 0x0002
161#define BUTTON_PLAY 0x0004 161#define BUTTON_PLAY 0x0004
162#define BUTTON_SELECT 0x0001 162#define BUTTON_SELECT 0x0008
163#define BUTTON_SCROLL_FWD 0x0008 163#define BUTTON_SCROLL_FWD 0x0010
164#define BUTTON_SCROLL_BACK 0x0010 164#define BUTTON_SCROLL_BACK 0x0020
165 165
166#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 166#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
167 167