diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-18 23:20:35 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-11-18 23:20:35 +0000 |
commit | 6acdfd7e2e08e391aab931280a49dcc0d2d0c214 (patch) | |
tree | 52be6689ca60aa4296048a87fe83a584ce7faaaf /firmware/export | |
parent | b98e74e4d5964394e198cd8b43cff500f9b59706 (diff) |
Correct keyboard type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5427 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-h100.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 6c1487ec07..9e56aa2c59 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -8,8 +8,7 @@ #define LCD_WIDTH 160 #define LCD_HEIGHT 128 -/* define this if you have the Recorder's 10-key keyboard */ -#define CONFIG_KEYPAD RECORDER_PAD +#define CONFIG_KEYPAD IRIVER_H100_PAD #ifndef SIMULATOR |