summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-x5.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-x5.c b/apps/keymaps/keymap-x5.c
index 40e6b4c225..7a7dd9a7c9 100644
--- a/apps/keymaps/keymap-x5.c
+++ b/apps/keymaps/keymap-x5.c
@@ -20,7 +20,11 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22/* * 22/* *
23 * Button Code Definitions for iaudio x5 targets 23 * Button Code Definitions for iaudio m5/x5 targets
24 *
25 * Note that button combos are incompatible on this targets, except for those
26 * with the power button. But these are discouraged because the the power button
27 * also does the hardware poweroff
24 * 28 *
25 * \TODO test! 29 * \TODO test!
26 */ 30 */
@@ -367,7 +371,10 @@ static const struct button_mapping button_context_wps[] = {
367 { ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT }, 371 { ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
368 { ACTION_WPS_MENU, BUTTON_REC|BUTTON_REL, BUTTON_REC }, 372 { ACTION_WPS_MENU, BUTTON_REC|BUTTON_REL, BUTTON_REC },
369 { ACTION_WPS_QUICKSCREEN, BUTTON_REC|BUTTON_REPEAT, BUTTON_REC }, 373 { ACTION_WPS_QUICKSCREEN, BUTTON_REC|BUTTON_REPEAT, BUTTON_REC },
370 { ACTION_WPS_VIEW_PLAYLIST, BUTTON_REC|BUTTON_SELECT, BUTTON_NONE }, 374 /*
375 * Can't really do combos on M5
376 * { ACTION_WPS_VIEW_PLAYLIST, BUTTON_REC|BUTTON_SELECT, BUTTON_NONE },
377 */
371 378
372 LAST_ITEM_IN_LIST 379 LAST_ITEM_IN_LIST
373}; /* button_context_wps */ 380}; /* button_context_wps */