summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-13 20:25:10 +0000
committerDave Chapman <dave@dchapman.com>2009-10-13 20:25:10 +0000
commite04d1d50166ca40a939d0c3c5f27b9f50da3182e (patch)
tree7c67586423436a0fd3ba8ccbf8f6c556a86b517c
parent3215c09462fe90c35dc6d9e1979e970280b052b1 (diff)
downloadrockbox-e04d1d50166ca40a939d0c3c5f27b9f50da3182e.tar.gz
rockbox-e04d1d50166ca40a939d0c3c5f27b9f50da3182e.zip
Add HAVE_SCROLLWHEEL for the Nano2G, as they have a scrollwheel.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23159 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index cca87aabce..e13f15247b 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -56,6 +56,9 @@
56/* define this if you would like tagcache to build on this target */ 56/* define this if you would like tagcache to build on this target */
57#define HAVE_TAGCACHE 57#define HAVE_TAGCACHE
58 58
59/* define this if the unit uses a scrollwheel for navigation */
60#define HAVE_SCROLLWHEEL
61
59/* Define this if you can detect headphones */ 62/* Define this if you can detect headphones */
60#define HAVE_HEADPHONE_DETECTION 63#define HAVE_HEADPHONE_DETECTION
61 64