summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-03-02 10:45:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-03-02 10:45:41 +0000
commita43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398 (patch)
treeeccc6104c51d170e4560cdb6a906b88a2ca6ab32
parent86a0022a160af0295ca97c475fb6d4c3c999ff8a (diff)
downloadrockbox-a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398.tar.gz
rockbox-a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398.zip
Enable hotkey on all the touchscreen targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29497 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/android.h2
-rw-r--r--firmware/export/config/nokian8xx.h2
-rw-r--r--firmware/export/config/nokian900.h2
-rw-r--r--firmware/export/config/pandora.h2
-rw-r--r--firmware/export/config/sdlapp.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index db214d28b1..a2fe09247e 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -94,6 +94,6 @@
94#define CONFIG_LCD LCD_COWOND2 94#define CONFIG_LCD LCD_COWOND2
95 95
96/* Define this if a programmable hotkey is mapped */ 96/* Define this if a programmable hotkey is mapped */
97//#define HAVE_HOTKEY 97#define HAVE_HOTKEY
98 98
99#define BOOTDIR "/.rockbox" 99#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h
index 328d73145f..0d95a8a7c2 100644
--- a/firmware/export/config/nokian8xx.h
+++ b/firmware/export/config/nokian8xx.h
@@ -92,6 +92,6 @@
92#define CONFIG_LCD LCD_COWOND2 92#define CONFIG_LCD LCD_COWOND2
93 93
94/* Define this if a programmable hotkey is mapped */ 94/* Define this if a programmable hotkey is mapped */
95//#define HAVE_HOTKEY 95#define HAVE_HOTKEY
96 96
97#define BOOTDIR "/.rockbox" 97#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h
index 72435b222b..5cd41d50d0 100644
--- a/firmware/export/config/nokian900.h
+++ b/firmware/export/config/nokian900.h
@@ -92,6 +92,6 @@
92#define CONFIG_LCD LCD_COWOND2 92#define CONFIG_LCD LCD_COWOND2
93 93
94/* Define this if a programmable hotkey is mapped */ 94/* Define this if a programmable hotkey is mapped */
95//#define HAVE_HOTKEY 95#define HAVE_HOTKEY
96 96
97#define BOOTDIR "/.rockbox" 97#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h
index 81dd75b975..9835b26db5 100644
--- a/firmware/export/config/pandora.h
+++ b/firmware/export/config/pandora.h
@@ -91,6 +91,6 @@
91#define CONFIG_LCD LCD_COWOND2 91#define CONFIG_LCD LCD_COWOND2
92 92
93/* Define this if a programmable hotkey is mapped */ 93/* Define this if a programmable hotkey is mapped */
94//#define HAVE_HOTKEY 94#define HAVE_HOTKEY
95 95
96#define BOOTDIR "/.rockbox" 96#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h
index ef2710c999..c02a188c4a 100644
--- a/firmware/export/config/sdlapp.h
+++ b/firmware/export/config/sdlapp.h
@@ -96,6 +96,6 @@
96#define CONFIG_LCD LCD_COWOND2 96#define CONFIG_LCD LCD_COWOND2
97 97
98/* Define this if a programmable hotkey is mapped */ 98/* Define this if a programmable hotkey is mapped */
99//#define HAVE_HOTKEY 99#define HAVE_HOTKEY
100 100
101#define BOOTDIR "/.rockbox" 101#define BOOTDIR "/.rockbox"