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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/matrix.c b/apps/plugins/matrix.c
index e7326ea4f4..5a13b3aa38 100644
--- a/apps/plugins/matrix.c
+++ b/apps/plugins/matrix.c
@@ -156,6 +156,12 @@ CONFIG_KEYPAD == MROBE500_PAD
156#define MATRIX_SLEEP_LESS BUTTON_NEXT 156#define MATRIX_SLEEP_LESS BUTTON_NEXT
157#define MATRIX_PAUSE BUTTON_PLAY 157#define MATRIX_PAUSE BUTTON_PLAY
158 158
159#elif CONFIG_KEYPAD == MPIO_HD200_PAD
160#define MATRIX_EXIT (BUTTON_REC|BUTTON_PLAY)
161#define MATRIX_SLEEP_MORE BUTTON_VOL_UP
162#define MATRIX_SLEEP_LESS BUTTON_VOL_DOWN
163#define MATRIX_PAUSE BUTTON_PLAY
164
159#else 165#else
160#error Unsupported keypad 166#error Unsupported keypad
161#endif 167#endif