summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-14 02:11:42 +0000
committerDave Chapman <dave@dchapman.com>2005-11-14 02:11:42 +0000
commitf59df8bf3ca48265ebff09fb10b4f40b336e346a (patch)
tree90940c4712aaf8d2a56d8a86cdc383f5e1f84598
parentfca0113f722d66ef906bdd58f1707869bb34b4c5 (diff)
downloadrockbox-f59df8bf3ca48265ebff09fb10b4f40b336e346a.tar.gz
rockbox-f59df8bf3ca48265ebff09fb10b4f40b336e346a.zip
Placeholder definition for iPod keypad
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7855 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/screenhack.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 3ad14428a9..162e0ca82a 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -122,6 +122,10 @@
122 "Enter, A OFF\n" \ 122 "Enter, A OFF\n" \
123 "., INS MENU\n" 123 "., INS MENU\n"
124 124
125#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
126#define KEYBOARD_SPECIFIC \
127 "[not written yet]"
128
125#endif 129#endif
126 130
127 131