summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer')
-rw-r--r--apps/plugins/text_viewer/tv_button.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index ac88e9b5d4..b63f8780ea 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -381,7 +381,8 @@
381#define TV_BOOKMARK (BUTTON_RIGHT|BUTTON_POWER) 381#define TV_BOOKMARK (BUTTON_RIGHT|BUTTON_POWER)
382 382
383/* SAMSUNG YH-820 / YH-920 / YH-925 keys */ 383/* SAMSUNG YH-820 / YH-920 / YH-925 keys */
384#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 384#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
385 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
385#define TV_QUIT BUTTON_REC 386#define TV_QUIT BUTTON_REC
386#define TV_SCROLL_UP BUTTON_UP 387#define TV_SCROLL_UP BUTTON_UP
387#define TV_SCROLL_DOWN BUTTON_DOWN 388#define TV_SCROLL_DOWN BUTTON_DOWN