From 37c3d8b6106a50d8dbfb790807be0ba82b2cd58d Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sun, 26 Jun 2005 20:16:26 +0000 Subject: Quick menu for iRiver: A long press on the PLAY key in the browser or the WPS will take you into the quick menu screen where certain common settings can be adjusted. Works just the same as F2 menu on Archos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6880 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/button.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') diff --git a/firmware/export/button.h b/firmware/export/button.h index 14cd195d3c..ddacb5a49d 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -67,6 +67,8 @@ bool remote_button_hold(void); #define BUTTON_OFF 0x0002 #define BUTTON_UP 0x0010 #define BUTTON_DOWN 0x0020 +#define BUTTON_QUICK BUTTON_ON +#define BUTTON_QUICK_LONG (BUTTON_ON | BUTTON_REPEAT) #define BUTTON_RC_ON (BUTTON_REMOTE | 0x00010000) #define BUTTON_RC_STOP (BUTTON_REMOTE | 0x00020000) -- cgit v1.2.3