summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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