summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
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/export/button.h
parent59df31244acb02d8ee4947f1ed71392683dfcbcd (diff)
downloadrockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.tar.gz
rockbox-37c3d8b6106a50d8dbfb790807be0ba82b2cd58d.zip
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/export/button.h')
-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 14cd195d3c..ddacb5a49d 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -67,6 +67,8 @@ bool remote_button_hold(void);
67#define BUTTON_OFF 0x0002 67#define BUTTON_OFF 0x0002
68#define BUTTON_UP 0x0010 68#define BUTTON_UP 0x0010
69#define BUTTON_DOWN 0x0020 69#define BUTTON_DOWN 0x0020
70#define BUTTON_QUICK BUTTON_ON
71#define BUTTON_QUICK_LONG (BUTTON_ON | BUTTON_REPEAT)
70 72
71#define BUTTON_RC_ON (BUTTON_REMOTE | 0x00010000) 73#define BUTTON_RC_ON (BUTTON_REMOTE | 0x00010000)
72#define BUTTON_RC_STOP (BUTTON_REMOTE | 0x00020000) 74#define BUTTON_RC_STOP (BUTTON_REMOTE | 0x00020000)