diff options
| author | Dave Chapman <dave@dchapman.com> | 2009-10-13 20:36:21 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2009-10-13 20:36:21 +0000 |
| commit | e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b (patch) | |
| tree | 8727564454494f5ba4976b4357e1b770a2a04c53 /firmware/export | |
| parent | 8a148d2c236f646d0c68d63a61084d97fd400f89 (diff) | |
| download | rockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.zip rockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.tar.gz rockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.tar.bz2 rockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.tar.xz | |
The Nano2G also qualifies for HAVE_WHEEL_POSITION
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23161 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ipodnano2g.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index e13f152..e733aa9 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.h @@ -164,6 +164,9 @@ /* We reboot into the OF to handle USB */ #define USB_HANDLED_BY_OF +/* Define this if you can read an absolute wheel position */ +#define HAVE_WHEEL_POSITION + /* Define this if you have adjustable CPU frequency */ /* #define HAVE_ADJUSTABLE_CPU_FREQ - not yet */ |