summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-18 11:09:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-18 11:09:06 +0000
commitcedba8830fd015e9a61b7a772927fefe565f7b41 (patch)
treee33e1b1ff14904098534a7e78d71ba672fcb78e0 /firmware
parent205be712fe6ad03f194216bc0f936f1b5917eafd (diff)
downloadrockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.tar.gz
rockbox-cedba8830fd015e9a61b7a772927fefe565f7b41.zip
Matt v.d. Westhuizen's iAudio X5 keypad adjustments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/button.h11
-rw-r--r--firmware/export/config-iaudiox5.h6
2 files changed, 14 insertions, 3 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 7f50b1013c..c251f11890 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -172,6 +172,17 @@ bool button_hold(void);
#define BUTTON_DOWN 0x0020
#define BUTTON_SELECT 0x0100
+#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
+
+/* TODO: These codes should relate to the hardware */
+
+#define BUTTON_PLAY 0x0001
+#define BUTTON_REC 0x0002
+#define BUTTON_POWER 0x0004
+#define BUTTON_UP 0x0008
+#define BUTTON_DOWN 0x0010
+#define BUTTON_MENU 0x0020
+
#endif /* RECORDER/PLAYER/ONDIO/GMINI KEYPAD */
#endif /* _BUTTON_H_ */
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index ac3073428b..fd9a8874a7 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -31,6 +31,9 @@
#define CONFIG_LCD LCD_X5
+/* Define this for LCD backlight available */
+#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
+
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
@@ -59,9 +62,6 @@
/* The start address index for ROM builds */
#define ROM_START 0x11010
-/* Define this for LCD backlight available */
-#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
-
/* Define this to the CPU frequency */
#define CPU_FREQ 11289600