summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-10 21:52:09 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-10 21:52:09 +0000
commit703d30cb21f49000754c7903e7814add9f77998b (patch)
treea2c1afd66365fe5a00bb4b999a94812aaf58183e
parent1231e934d6ba0c4f73c649c75e86c7a7854aa717 (diff)
Added BUTTON_RC_ON for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5885 a1c6a512-1295-4272-9138-f99709370657
-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 00f82e0b6a..be5d703e0a 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -66,6 +66,8 @@ bool button_hold(void);
#define BUTTON_UP 0x0010
#define BUTTON_DOWN 0x0020
+#define BUTTON_RC_ON 0x0200
+
#elif CONFIG_KEYPAD == RECORDER_PAD
/* Recorder specific button codes */