From bcca1114383c2147e60e73825ec68403c90bea40 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sat, 8 Nov 2014 21:12:24 +0100 Subject: HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu. Change-Id: Ieb26f2252c1f2613cc9bd83c8349f49113f46d87 --- firmware/export/config/gogearhdd1630.h | 2 ++ firmware/export/config/gogearhdd6330.h | 2 ++ firmware/export/config/gogearsa9200.h | 2 ++ 3 files changed, 6 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h index f365261..e1e0af0 100644 --- a/firmware/export/config/gogearhdd1630.h +++ b/firmware/export/config/gogearhdd1630.h @@ -77,6 +77,8 @@ #define CONFIG_KEYPAD PHILIPS_HDD1630_PAD +#define HAVE_HARDWARE_CLICK + /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h index 3e12b63..fde8364 100644 --- a/firmware/export/config/gogearhdd6330.h +++ b/firmware/export/config/gogearhdd6330.h @@ -77,6 +77,8 @@ #define CONFIG_KEYPAD PHILIPS_HDD6330_PAD +#define HAVE_HARDWARE_CLICK + /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h index c6dd67a..90d5ad6 100644 --- a/firmware/export/config/gogearsa9200.h +++ b/firmware/export/config/gogearsa9200.h @@ -60,6 +60,8 @@ #define CONFIG_KEYPAD PHILIPS_SA9200_PAD +#define HAVE_HARDWARE_CLICK + /* Define this to enable morse code input */ #define HAVE_MORSE_INPUT -- cgit v1.1