summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.h')
-rw-r--r--apps/plugins/pacbox/pacbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 58838c7be3..9c4c305539 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -351,6 +351,9 @@
351#elif CONFIG_KEYPAD == DX50_PAD 351#elif CONFIG_KEYPAD == DX50_PAD
352#define PACMAN_MENU BUTTON_POWER 352#define PACMAN_MENU BUTTON_POWER
353 353
354#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
355#define PACMAN_MENU BUTTON_MENU
356
354#else 357#else
355 358
356#error Keymap not defined! 359#error Keymap not defined!