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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 90edd05d51..02d91d6a9b 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -221,18 +221,9 @@ bool remote_button_hold(void);
221 221
222#define BUTTON_PLAY 0x00000040 222#define BUTTON_PLAY 0x00000040
223 223
224#if CONFIG_KEYPAD == IPOD_3G_PAD
225#define BUTTON_HOLD 0x00000100
226/* TODO Does the BUTTON_HOLD need to be here? */
227#define BUTTON_MAIN (BUTTON_SELECT|BUTTON_MENU\
228 |BUTTON_LEFT|BUTTON_RIGHT\
229 |BUTTON_SCROLL_FWD|BUTTON_SCROLL_BACK\
230 |BUTTON_PLAY|BUTTON_HOLD)
231#else
232#define BUTTON_MAIN (BUTTON_SELECT|BUTTON_MENU\ 224#define BUTTON_MAIN (BUTTON_SELECT|BUTTON_MENU\
233 |BUTTON_LEFT|BUTTON_RIGHT|BUTTON_SCROLL_FWD\ 225 |BUTTON_LEFT|BUTTON_RIGHT|BUTTON_SCROLL_FWD\
234 |BUTTON_SCROLL_BACK|BUTTON_PLAY) 226 |BUTTON_SCROLL_BACK|BUTTON_PLAY)
235#endif
236 227
237#define BUTTON_REMOTE 0 228#define BUTTON_REMOTE 0
238 229