summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-08-16 13:25:45 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-08-16 13:25:45 +0000
commit5e5bfabf6731758302a8ec15dc4f93109bf91d84 (patch)
treec539ebce3ac1aef9081201dcc52956704458216e /firmware/export
parent75765df6df134c718189125073806bfb4a1512b1 (diff)
* fixed the pitch screen key mappings for all targets, targets require a
mapping to access the screen from the wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10611 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-h300.h2
-rw-r--r--firmware/export/config-iaudiox5.h2
-rw-r--r--firmware/export/config-ipod3g.h2
-rw-r--r--firmware/export/config-ipod4g.h2
-rw-r--r--firmware/export/config-ipodcolor.h2
-rw-r--r--firmware/export/config-ipodmini.h2
-rwxr-xr-xfirmware/export/config-ipodmini2g.h2
-rw-r--r--firmware/export/config-ipodnano.h2
-rw-r--r--firmware/export/config-ipodvideo.h2
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
14 files changed, 30 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 7a78d48822..4009d334ab 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -9,6 +9,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 112
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 38f26c104b..52f7625760 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -18,6 +18,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 160
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index a9b0ed3039..69fd565c23 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -14,6 +14,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 160
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 2a174bc4e5..a310a4eef3 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -17,6 +17,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 220
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 40772f7ffa..8a2ed7a29d 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -17,6 +17,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 160
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 831ff40c1d..7a7000c080 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -14,6 +14,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 160
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 46abbdf72b..163d91c3db 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -14,6 +14,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 160
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index e063e93737..3366baa8ea 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -17,6 +17,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 220
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index c842de4001..12bc658610 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -14,6 +14,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 138
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index ea19f5c985..2b2e967599 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -14,6 +14,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 138
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 3d4deb3abd..c077c381f8 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -17,6 +17,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 176
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index 79ef1a85ac..5cea64deb4 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -17,6 +17,8 @@
/* define this if you have access to the quickscreen */
#define HAVE_QUICKSCREEN
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
/* LCD dimensions */
#define LCD_WIDTH 320
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 3e6ca50877..ec20929b62 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -15,6 +15,9 @@
/* define this if you have an Ondio style 6-key keyboard */
#define CONFIG_KEYPAD ONDIO_PAD
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
+
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 67de4db45c..c6b70e3685 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -12,6 +12,9 @@
/* define this if you have an Ondio style 6-key keyboard */
#define CONFIG_KEYPAD ONDIO_PAD
+/* define this if you have access to the pitchscreen */
+#define HAVE_PITCHSCREEN
+
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF