summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-26 22:20:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-26 22:20:27 +0000
commit7441cbaaec888286a0c3b1b370eeb7eae0fa352d (patch)
tree2639a845000a6e33741332a395a4282a3869715c /firmware/export/button.h
parenta33d5d7926ba83530063f719df0177c6ffe33c3a (diff)
Switched PLAY and REC for proper X5 operation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9267 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 2290b284ce..93e6443645 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -264,14 +264,14 @@ bool remote_button_hold(void);
/* Main unit's buttons */
#define BUTTON_POWER 0x00000001
-#define BUTTON_PLAY 0x00000002
+#define BUTTON_REC 0x00000002
#define BUTTON_LEFT 0x00000004
#define BUTTON_RIGHT 0x00000008
#define BUTTON_UP 0x00000010
#define BUTTON_DOWN 0x00000020
-#define BUTTON_REC 0x00000040
+#define BUTTON_PLAY 0x00000040
#define BUTTON_SELECT 0x00000080
#define BUTTON_MAIN (BUTTON_POWER|BUTTON_PLAY|BUTTON_LEFT|BUTTON_RIGHT\