From e04d1d50166ca40a939d0c3c5f27b9f50da3182e Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 13 Oct 2009 20:25:10 +0000 Subject: 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 --- firmware/export/config-ipodnano2g.h | 3 +++ 1 file changed, 3 insertions(+) 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 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE +/* define this if the unit uses a scrollwheel for navigation */ +#define HAVE_SCROLLWHEEL + /* Define this if you can detect headphones */ #define HAVE_HEADPHONE_DETECTION -- cgit v1.2.3