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 4fcf16b288..02a64dba81 100644
--- a/apps/plugins/matrix.c
+++ b/apps/plugins/matrix.c
@@ -163,6 +163,12 @@ CONFIG_KEYPAD == MROBE500_PAD
163#define MATRIX_SLEEP_LESS BUTTON_VOL_DOWN 163#define MATRIX_SLEEP_LESS BUTTON_VOL_DOWN
164#define MATRIX_PAUSE BUTTON_PLAY 164#define MATRIX_PAUSE BUTTON_PLAY
165 165
166#elif CONFIG_KEYPAD == MPIO_HD300_PAD
167#define MATRIX_EXIT (BUTTON_REC|BUTTON_REPEAT)
168#define MATRIX_SLEEP_MORE BUTTON_UP
169#define MATRIX_SLEEP_LESS BUTTON_DOWN
170#define MATRIX_PAUSE BUTTON_PLAY
171
166#else 172#else
167#error Unsupported keypad 173#error Unsupported keypad
168#endif 174#endif