From a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 2 Mar 2011 10:45:41 +0000 Subject: Enable hotkey on all the touchscreen targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29497 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/android.h | 2 +- firmware/export/config/nokian8xx.h | 2 +- firmware/export/config/nokian900.h | 2 +- firmware/export/config/pandora.h | 2 +- firmware/export/config/sdlapp.h | 2 +- 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 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #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 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #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 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #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 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #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 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #define BOOTDIR "/.rockbox" -- cgit v1.2.3