summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 450155e180..e86606344d 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -50,6 +50,11 @@
50#define TEXT_EDITOR_CANCEL BUTTON_POWER 50#define TEXT_EDITOR_CANCEL BUTTON_POWER
51#define TEXT_EDITOR_ITEM_MENU BUTTON_PLAY 51#define TEXT_EDITOR_ITEM_MENU BUTTON_PLAY
52 52
53#elif CONFIG_KEYPAD == GIGABEAT_PAD
54#define TEXT_EDITOR_SELECT BUTTON_SELECT
55#define TEXT_EDITOR_CANCEL BUTTON_A
56#define TEXT_EDITOR_ITEM_MENU BUTTON_MENU
57
53#else 58#else
54 #error TEXT_EDITOR: Unsupported keypad 59 #error TEXT_EDITOR: Unsupported keypad
55#endif 60#endif