diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-08 01:33:01 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-08 01:33:01 +0000 |
| commit | a053e58894292e1f12e4af578b9948da9cbdf76c (patch) | |
| tree | d33f0888cb551dff27088c872065f338f3648f04 /firmware/export | |
| parent | eef96946e1e962473e9049005eec2b2d0b2f8463 (diff) | |
| download | rockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.zip rockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.tar.gz rockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.tar.bz2 rockbox-a053e58894292e1f12e4af578b9948da9cbdf76c.tar.xz | |
minor actions cleanup:
- CONTEXT_MAINMENU is not actually needed, use CONTEXT_TREE which does the same actions
- (gigabeat) use vol+/- in the lists to control volume (every list!) (FS#6982 in a better way)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-gigabeat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index fd97264..588c92d 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -23,6 +23,9 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE +/* define this if the target has volume keys which can be used in the lists */ +#define HAVE_VOLUME_IN_LIST + /* LCD dimensions */ #define LCD_WIDTH 240 #define LCD_HEIGHT 320 |