summaryrefslogtreecommitdiff
path: root/firmware/config-recorder.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-16 13:34:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-16 13:34:35 +0000
commitefca1cd39a29afa32a00748e432513c9eec066aa (patch)
tree1444710d19dac49ab3f1c9f1f4677f42548d9340 /firmware/config-recorder.h
parent811da2b7594a3d40bd20a5f19ead4db114ff87a4 (diff)
downloadrockbox-efca1cd39a29afa32a00748e432513c9eec066aa.tar.gz
rockbox-efca1cd39a29afa32a00748e432513c9eec066aa.zip
added keypad defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@100 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config-recorder.h')
-rw-r--r--firmware/config-recorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-recorder.h b/firmware/config-recorder.h
index 0a1279d9c8..6231172ec3 100644
--- a/firmware/config-recorder.h
+++ b/firmware/config-recorder.h
@@ -3,3 +3,6 @@
3 3
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
6
7/* define this if you have the Recorder's 10-key keyboard */
8#define HAVE_RECORDER_KEYPAD 1