diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2008-11-14 21:57:43 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2008-11-14 21:57:43 +0000 |
commit | 83dc89f751bc57e060f5a4882beafb3064c3fd80 (patch) | |
tree | 23a1549588a9fc55850b6952cb5a4ffdc393f489 /firmware/export/config-m200v4.h | |
parent | 9a0224fd2800facac398b09ba386973c8ad0cab5 (diff) | |
download | rockbox-83dc89f751bc57e060f5a4882beafb3064c3fd80.tar.gz rockbox-83dc89f751bc57e060f5a4882beafb3064c3fd80.zip |
m200v4: make buttons work again (added a small delay). make m200 keymap better. Add button mappings for the sim. Remove some config defines temporary to make building work again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-m200v4.h')
-rw-r--r-- | firmware/export/config-m200v4.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index b16b5fed43..de66788f75 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -38,12 +38,12 @@ #define HAVE_LCD_INVERT /* define this if you have access to the quickscreen */ -#define HAVE_QUICKSCREEN +//#define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ -#define HAVE_PITCHSCREEN +//#define HAVE_PITCHSCREEN /* define this if you would like tagcache to build on this target */ -#define HAVE_TAGCACHE +//#define HAVE_TAGCACHE /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE |