diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-20 13:40:16 +0000 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-11-20 13:40:16 +0000 |
commit | 262479173b5f2053f977232794d3c5f3243302ad (patch) | |
tree | 4b674b19d1f2dc667bab5e1b08c579d2b34d33ae /firmware/export | |
parent | 1ef7b6529e17dd94f3e002ab566a868616e54932 (diff) | |
download | rockbox-262479173b5f2053f977232794d3c5f3243302ad.tar.gz rockbox-262479173b5f2053f977232794d3c5f3243302ad.zip |
sonynwz: rework keymap based on lebellium's work and enable volume in list
Change-Id: Ieb015e78d1c0aa74c61591e442bfdf5f883f3811
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/sonynwze360.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h index a0f05f4342..ddb197950d 100644 --- a/firmware/export/config/sonynwze360.h +++ b/firmware/export/config/sonynwze360.h | |||
@@ -40,6 +40,9 @@ | |||
40 | /* define this if you would like tagcache to build on this target */ | 40 | /* define this if you would like tagcache to build on this target */ |
41 | #define HAVE_TAGCACHE | 41 | #define HAVE_TAGCACHE |
42 | 42 | ||
43 | /* define this if the target has volume keys which can be used in the lists */ | ||
44 | #define HAVE_VOLUME_IN_LIST | ||
45 | |||
43 | /* define this if you have LCD enable function */ | 46 | /* define this if you have LCD enable function */ |
44 | #define HAVE_LCD_ENABLE | 47 | #define HAVE_LCD_ENABLE |
45 | 48 | ||