summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-06-24 13:19:16 +0000
committerChristi Scarborough <christi@coraline.org>2005-06-24 13:19:16 +0000
commit7600708a7a11a525e4c1212c5c081ff0bf4e7e37 (patch)
tree52de1024e8c77ca72eeb620fa396fbfd2a9fa291 /firmware/export
parentbd2bfe9993375d90b5cf040aae7987591a0012b8 (diff)
downloadrockbox-7600708a7a11a525e4c1212c5c081ff0bf4e7e37.tar.gz
rockbox-7600708a7a11a525e4c1212c5c081ff0bf4e7e37.zip
BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC keymappings changed to be consistent with main unit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6853 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 40c374880b..14cd195d3c 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -70,7 +70,7 @@ bool remote_button_hold(void);
70 70
71#define BUTTON_RC_ON (BUTTON_REMOTE | 0x00010000) 71#define BUTTON_RC_ON (BUTTON_REMOTE | 0x00010000)
72#define BUTTON_RC_STOP (BUTTON_REMOTE | 0x00020000) 72#define BUTTON_RC_STOP (BUTTON_REMOTE | 0x00020000)
73#define BUTTON_RC_VOL (BUTTON_REMOTE | 0x00040000) 73#define BUTTON_RC_MODE (BUTTON_REMOTE | 0x00040000)
74#define BUTTON_RC_BITRATE (BUTTON_REMOTE | 0x00200000) 74#define BUTTON_RC_BITRATE (BUTTON_REMOTE | 0x00200000)
75#define BUTTON_RC_REC (BUTTON_REMOTE | 0x00400000) 75#define BUTTON_RC_REC (BUTTON_REMOTE | 0x00400000)
76#define BUTTON_RC_SOURCE (BUTTON_REMOTE | 0x00800000) 76#define BUTTON_RC_SOURCE (BUTTON_REMOTE | 0x00800000)