diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 21:17:20 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-18 21:17:20 +0000 |
| commit | 3dd7593ac5278549076b63d1d022cb3e7a528e51 (patch) | |
| tree | 1bc2f9666e00319aa12d8904b225ad571e45db00 /firmware/export/config.h | |
| parent | 33d4c33504378192bf1bde67954efad8a2c575e1 (diff) | |
| download | rockbox-3dd7593ac5278549076b63d1d022cb3e7a528e51.zip rockbox-3dd7593ac5278549076b63d1d022cb3e7a528e51.tar.gz rockbox-3dd7593ac5278549076b63d1d022cb3e7a528e51.tar.bz2 rockbox-3dd7593ac5278549076b63d1d022cb3e7a528e51.tar.xz | |
Initial setup for the H300 keypad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index c5b694e..e0d901b 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -45,7 +45,7 @@ #define ONDIO_PAD 2 #define IRIVER_H100_PAD 3 #define GMINI100_PAD 4 -#define IRIVER_H300_PAD 3 +#define IRIVER_H300_PAD 5 /* CONFIG_REMOTE_KEYPAD */ #define H100_REMOTE 0 |