From 89da4328a07c8736c42843607a3f3bf91c17601d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 7 Dec 2008 00:07:47 +0000 Subject: Meg F/X can beep and click using a hardware timer so let us try it out. To match things up better, fix PCM beeping to give correct frequency (and get a pointer wrap bug too). Do some minor adjustments to compensate for corrections. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19355 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config-gigabeat.h') diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 313bdadcdd..664befd54e 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -52,6 +52,11 @@ #define LCD_SLEEP_TIMEOUT (5*HZ) #define HAVE_TOUCHPAD_SENSITIVITY_SETTING + +#ifndef SIMULATOR +#define HAVE_HARDWARE_BEEP +#endif + #endif /* BOOTLOADER */ #define CONFIG_KEYPAD GIGABEAT_PAD -- cgit v1.2.3