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 09d8ec7..e7326ea 100644
--- a/apps/plugins/matrix.c
+++ b/apps/plugins/matrix.c
@@ -150,6 +150,12 @@ CONFIG_KEYPAD == MROBE500_PAD
#define MATRIX_SLEEP_LESS BUTTON_DOWN
#define MATRIX_PAUSE BUTTON_PLAY
+#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
+#define MATRIX_EXIT BUTTON_REC
+#define MATRIX_SLEEP_MORE BUTTON_PREV
+#define MATRIX_SLEEP_LESS BUTTON_NEXT
+#define MATRIX_PAUSE BUTTON_PLAY
+
#else
#error Unsupported keypad
#endif