From 863891ce9aef50fde13cf3df897aca144a2c570a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 10 Jun 2010 15:05:14 +0000 Subject: Enable the hotkey feature on the touchscreen targets who now have a hotkey touchregion settable in the wps (todo: touchregions in the sbs!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26742 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/cowond2.h | 2 +- firmware/export/config/mrobe500.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h index 5b9ee0d861..e06e9ea6f8 100644 --- a/firmware/export/config/cowond2.h +++ b/firmware/export/config/cowond2.h @@ -170,4 +170,4 @@ #define BOOTDIR "/.rockbox" /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h index 39f4051833..9a201951fc 100644 --- a/firmware/export/config/mrobe500.h +++ b/firmware/export/config/mrobe500.h @@ -260,4 +260,4 @@ #define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */ /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY -- cgit v1.2.3