summaryrefslogtreecommitdiff
path: root/firmware
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
parent75765df6df134c718189125073806bfb4a1512b1 (diff)
downloadrockbox-5e5bfabf6731758302a8ec15dc4f93109bf91d84.tar.gz
rockbox-5e5bfabf6731758302a8ec15dc4f93109bf91d84.zip
* 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')
-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 @@
9 9
10/* define this if you have access to the quickscreen */ 10/* define this if you have access to the quickscreen */
11#define HAVE_QUICKSCREEN 11#define HAVE_QUICKSCREEN
12/* define this if you have access to the pitchscreen */
13#define HAVE_PITCHSCREEN
12 14
13/* LCD dimensions */ 15/* LCD dimensions */
14#define LCD_WIDTH 112 16#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 @@
18 18
19/* define this if you have access to the quickscreen */ 19/* define this if you have access to the quickscreen */
20#define HAVE_QUICKSCREEN 20#define HAVE_QUICKSCREEN
21/* define this if you have access to the pitchscreen */
22#define HAVE_PITCHSCREEN
21 23
22/* LCD dimensions */ 24/* LCD dimensions */
23#define LCD_WIDTH 160 25#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 @@
14 14
15/* define this if you have access to the quickscreen */ 15/* define this if you have access to the quickscreen */
16#define HAVE_QUICKSCREEN 16#define HAVE_QUICKSCREEN
17/* define this if you have access to the pitchscreen */
18#define HAVE_PITCHSCREEN
17 19
18/* LCD dimensions */ 20/* LCD dimensions */
19#define LCD_WIDTH 160 21#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 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN
20 22
21/* LCD dimensions */ 23/* LCD dimensions */
22#define LCD_WIDTH 220 24#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 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN
20 22
21/* LCD dimensions */ 23/* LCD dimensions */
22#define LCD_WIDTH 160 24#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 @@
14 14
15/* define this if you have access to the quickscreen */ 15/* define this if you have access to the quickscreen */
16#define HAVE_QUICKSCREEN 16#define HAVE_QUICKSCREEN
17/* define this if you have access to the pitchscreen */
18#define HAVE_PITCHSCREEN
17 19
18/* LCD dimensions */ 20/* LCD dimensions */
19#define LCD_WIDTH 160 21#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 @@
14 14
15/* define this if you have access to the quickscreen */ 15/* define this if you have access to the quickscreen */
16#define HAVE_QUICKSCREEN 16#define HAVE_QUICKSCREEN
17/* define this if you have access to the pitchscreen */
18#define HAVE_PITCHSCREEN
17 19
18/* LCD dimensions */ 20/* LCD dimensions */
19#define LCD_WIDTH 160 21#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 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN
20 22
21/* LCD dimensions */ 23/* LCD dimensions */
22#define LCD_WIDTH 220 24#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 @@
14 14
15/* define this if you have access to the quickscreen */ 15/* define this if you have access to the quickscreen */
16#define HAVE_QUICKSCREEN 16#define HAVE_QUICKSCREEN
17/* define this if you have access to the pitchscreen */
18#define HAVE_PITCHSCREEN
17 19
18/* LCD dimensions */ 20/* LCD dimensions */
19#define LCD_WIDTH 138 21#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 @@
14 14
15/* define this if you have access to the quickscreen */ 15/* define this if you have access to the quickscreen */
16#define HAVE_QUICKSCREEN 16#define HAVE_QUICKSCREEN
17/* define this if you have access to the pitchscreen */
18#define HAVE_PITCHSCREEN
17 19
18/* LCD dimensions */ 20/* LCD dimensions */
19#define LCD_WIDTH 138 21#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 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN
20 22
21/* LCD dimensions */ 23/* LCD dimensions */
22#define LCD_WIDTH 176 24#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 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN
20 22
21/* LCD dimensions */ 23/* LCD dimensions */
22#define LCD_WIDTH 320 24#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 @@
15/* define this if you have an Ondio style 6-key keyboard */ 15/* define this if you have an Ondio style 6-key keyboard */
16#define CONFIG_KEYPAD ONDIO_PAD 16#define CONFIG_KEYPAD ONDIO_PAD
17 17
18/* define this if you have access to the pitchscreen */
19#define HAVE_PITCHSCREEN
20
18/* Define this if you have a software controlled poweroff */ 21/* Define this if you have a software controlled poweroff */
19#define HAVE_SW_POWEROFF 22#define HAVE_SW_POWEROFF
20 23
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 @@
12/* define this if you have an Ondio style 6-key keyboard */ 12/* define this if you have an Ondio style 6-key keyboard */
13#define CONFIG_KEYPAD ONDIO_PAD 13#define CONFIG_KEYPAD ONDIO_PAD
14 14
15/* define this if you have access to the pitchscreen */
16#define HAVE_PITCHSCREEN
17
15/* Define this if you have a software controlled poweroff */ 18/* Define this if you have a software controlled poweroff */
16#define HAVE_SW_POWEROFF 19#define HAVE_SW_POWEROFF
17 20