summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-18 23:20:35 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-18 23:20:35 +0000
commit6acdfd7e2e08e391aab931280a49dcc0d2d0c214 (patch)
tree52be6689ca60aa4296048a87fe83a584ce7faaaf /firmware/export
parentb98e74e4d5964394e198cd8b43cff500f9b59706 (diff)
downloadrockbox-6acdfd7e2e08e391aab931280a49dcc0d2d0c214.tar.gz
rockbox-6acdfd7e2e08e391aab931280a49dcc0d2d0c214.zip
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.h3
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 @@
8#define LCD_WIDTH 160 8#define LCD_WIDTH 160
9#define LCD_HEIGHT 128 9#define LCD_HEIGHT 128
10 10
11/* define this if you have the Recorder's 10-key keyboard */ 11#define CONFIG_KEYPAD IRIVER_H100_PAD
12#define CONFIG_KEYPAD RECORDER_PAD
13 12
14#ifndef SIMULATOR 13#ifndef SIMULATOR
15 14