summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_button.h')
-rw-r--r--apps/plugins/text_viewer/tv_button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index d9a57d114f..4d45fbba03 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -572,6 +572,9 @@
572#define TV_LINE_DOWN BUTTON_SCROLL_FWD 572#define TV_LINE_DOWN BUTTON_SCROLL_FWD
573#define TV_BOOKMARK BUTTON_PLAY 573#define TV_BOOKMARK BUTTON_PLAY
574 574
575#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
576#define TV_BOOKMARK BUTTON_PLAY
577
575#else 578#else
576#error No keymap defined! 579#error No keymap defined!
577#endif 580#endif