summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod4g.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-11-16 10:25:43 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-11-16 10:25:43 +0000
commitbe716c0be80e3f64a81a3f19b683db40489f47a1 (patch)
treebc461ad1de8b5fda6c3c14d0cfd737bdc69ddc83 /firmware/export/config/ipod4g.h
parentb7508a766df991539bec5e10fd7739001c1fdb99 (diff)
downloadrockbox-be716c0be80e3f64a81a3f19b683db40489f47a1.tar.gz
rockbox-be716c0be80e3f64a81a3f19b683db40489f47a1.zip
Finally commit FS#5111 - piezo clicker for ipods!
Origional implementation by Robert Keevil with contributions from Frederik Vestre, Stoyan Stratev, Craig Elliott, Michael Sparmann, Thomas Schott, Rosso Maltese, and syncs from a bunch of other people! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30995 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipod4g.h')
-rw-r--r--firmware/export/config/ipod4g.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/ipod4g.h b/firmware/export/config/ipod4g.h
index 165f5967b4..957e3a4da5 100644
--- a/firmware/export/config/ipod4g.h
+++ b/firmware/export/config/ipod4g.h
@@ -212,6 +212,8 @@
212/* Define this if you can read an absolute wheel position */ 212/* Define this if you can read an absolute wheel position */
213#define HAVE_WHEEL_POSITION 213#define HAVE_WHEEL_POSITION
214 214
215#define HAVE_HARDWARE_CLICK
216
215#define BOOTFILE_EXT "ipod" 217#define BOOTFILE_EXT "ipod"
216#define BOOTFILE "rockbox." BOOTFILE_EXT 218#define BOOTFILE "rockbox." BOOTFILE_EXT
217#define BOOTDIR "/.rockbox" 219#define BOOTDIR "/.rockbox"