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.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 8f70af793c..a0cbd78de6 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -148,13 +148,11 @@ bool remote_button_hold(void);
148 148
149/* TODO: These codes should relate to the hardware */ 149/* TODO: These codes should relate to the hardware */
150 150
151#define BUTTON_MENU 0x0001 151#define BUTTON_MENU 0x0002
152#define BUTTON_PLAY 0x0002 152#define BUTTON_PLAY 0x0004
153#define BUTTON_NEXT 0x0004 153#define BUTTON_SELECT 0x0008
154#define BUTTON_PREV 0x0008 154#define BUTTON_SCROLL_FWD 0x0010
155#define BUTTON_SELECT 0x0010 155#define BUTTON_SCROLL_BACK 0x0020
156#define BUTTON_SCROLL_FWD 0x0020
157#define BUTTON_SCROLL_BACK 0x0040
158 156
159#endif /* RECORDER/PLAYER/ONDIO/GMINI KEYPAD */ 157#endif /* RECORDER/PLAYER/ONDIO/GMINI KEYPAD */
160 158