summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/text_viewer/tv_button.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index 1ed90e1294..3de276228c 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -413,6 +413,17 @@
413#define TV_AUTOSCROLL BUTTON_ENTER 413#define TV_AUTOSCROLL BUTTON_ENTER
414#define TV_BOOKMARK BUTTON_PLAY 414#define TV_BOOKMARK BUTTON_PLAY
415 415
416/* Sansa Fuze+ keys */
417#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
418#define TV_QUIT BUTTON_POWER
419#define TV_SCROLL_UP BUTTON_UP
420#define TV_SCROLL_DOWN BUTTON_DOWN
421#define TV_SCREEN_LEFT BUTTON_LEFT
422#define TV_SCREEN_RIGHT BUTTON_RIGHT
423#define TV_MENU BUTTON_SELECT
424#define TV_AUTOSCROLL BUTTON_BACK
425#define TV_BOOKMARK BUTTON_PLAYPAUSE
426
416#else 427#else
417#error No keymap defined! 428#error No keymap defined!
418#endif 429#endif