summaryrefslogtreecommitdiff
path: root/apps/plugins/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/matrix.c')
-rw-r--r--apps/plugins/matrix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/matrix.c b/apps/plugins/matrix.c
index c446665894..5559c0091c 100644
--- a/apps/plugins/matrix.c
+++ b/apps/plugins/matrix.c
@@ -133,6 +133,9 @@ extern const fb_data matrix_normal[];
133#define MATRIX_SLEEP_LESS BUTTON_DOWN 133#define MATRIX_SLEEP_LESS BUTTON_DOWN
134#define MATRIX_PAUSE BUTTON_SELECT 134#define MATRIX_PAUSE BUTTON_SELECT
135 135
136#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
137#define MATRIX_EXIT BUTTON_POWER
138
136#else 139#else
137#error Unsupported keypad 140#error Unsupported keypad
138#endif 141#endif