summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 83ead7b91f..58a6f21194 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -175,7 +175,7 @@ static void kbd_spellchar(char c)
int kbd_input(char* text, int buflen)
{
bool done = false;
-#ifdef KBD_PAGE_FLIP
+#if defined(KBD_PAGE_FLIP) || (KEYBOARD_PAGES > 1)
int page = 0;
#endif
int font_w = 0, font_h = 0, i;