summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-07 00:07:47 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-07 00:07:47 +0000
commit89da4328a07c8736c42843607a3f3bf91c17601d (patch)
treecbd5d6580b2c62dad5830c043d9284ff15cf7bdf /firmware/export/config-gigabeat.h
parent3648e8705402ce5a0af2125987f12c884b540eea (diff)
downloadrockbox-89da4328a07c8736c42843607a3f3bf91c17601d.tar.gz
rockbox-89da4328a07c8736c42843607a3f3bf91c17601d.zip
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
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h5
1 files changed, 5 insertions, 0 deletions
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 @@
52#define LCD_SLEEP_TIMEOUT (5*HZ) 52#define LCD_SLEEP_TIMEOUT (5*HZ)
53 53
54#define HAVE_TOUCHPAD_SENSITIVITY_SETTING 54#define HAVE_TOUCHPAD_SENSITIVITY_SETTING
55
56#ifndef SIMULATOR
57#define HAVE_HARDWARE_BEEP
58#endif
59
55#endif /* BOOTLOADER */ 60#endif /* BOOTLOADER */
56 61
57#define CONFIG_KEYPAD GIGABEAT_PAD 62#define CONFIG_KEYPAD GIGABEAT_PAD