summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-26 20:16:26 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-26 20:16:26 +0000
commit37c3d8b6106a50d8dbfb790807be0ba82b2cd58d (patch)
treecdd2ab3bc3c74ef6aa783705316f62521748edc6 /firmware
parent59df31244acb02d8ee4947f1ed71392683dfcbcd (diff)
downloadrockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.zip
rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.gz
rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.bz2
rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.xz
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
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/button.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 14cd195..ddacb5a 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)