diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-03-02 10:45:41 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-03-02 10:45:41 +0000 |
commit | a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398 (patch) | |
tree | eccc6104c51d170e4560cdb6a906b88a2ca6ab32 /firmware/export/config/nokian8xx.h | |
parent | 86a0022a160af0295ca97c475fb6d4c3c999ff8a (diff) | |
download | rockbox-a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398.tar.gz rockbox-a43fb47ed6a4b006de4be9b2fc5c5ae88d8c4398.zip |
Enable hotkey on all the touchscreen targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29497 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/nokian8xx.h')
-rw-r--r-- | firmware/export/config/nokian8xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h index 328d73145f..0d95a8a7c2 100644 --- a/firmware/export/config/nokian8xx.h +++ b/firmware/export/config/nokian8xx.h @@ -92,6 +92,6 @@ #define CONFIG_LCD LCD_COWOND2 /* Define this if a programmable hotkey is mapped */ -//#define HAVE_HOTKEY +#define HAVE_HOTKEY #define BOOTDIR "/.rockbox" |