summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 7751dac906..7dcec7c8cc 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -258,8 +258,8 @@ int kbd_input(char* text, int buflen)
258 param[l].DEFAULT_LINES = 8; 258 param[l].DEFAULT_LINES = 8;
259 } 259 }
260 else 260 else
261 {
262#endif 261#endif
262 {
263 param[l].default_kbd = 263 param[l].default_kbd =
264 "ABCDEFG !?\" @#$%+'\n" 264 "ABCDEFG !?\" @#$%+'\n"
265 "HIJKLMN 789 &_()-`\n" 265 "HIJKLMN 789 &_()-`\n"
@@ -277,9 +277,7 @@ int kbd_input(char* text, int buflen)
277 "òóôõöø çðþýÿ ùúûü"; 277 "òóôõöø çðþýÿ ùúûü";
278 278
279 param[l].DEFAULT_LINES = 4; 279 param[l].DEFAULT_LINES = 4;
280#if LCD_WIDTH >= 160
281 } 280 }
282#endif
283 } 281 }
284#ifdef KBD_MODES 282#ifdef KBD_MODES
285 bool line_edit = false; 283 bool line_edit = false;