summaryrefslogtreecommitdiff
path: root/apps/plugins/fractals/fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fractals/fractal.h')
-rw-r--r--apps/plugins/fractals/fractal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index 7a56c11118..d9c4a88bdf 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -469,6 +469,9 @@
469#elif CONFIG_KEYPAD == DX50_PAD 469#elif CONFIG_KEYPAD == DX50_PAD
470#define FRACTAL_QUIT (BUTTON_POWER|BUTTON_REL) 470#define FRACTAL_QUIT (BUTTON_POWER|BUTTON_REL)
471 471
472#elif CONFIG_KEYPAD == CREATIVE_ZENXFI2_PAD
473#define FRACTAL_QUIT BUTTON_POWER
474
472#else 475#else
473#error No keymap defined! 476#error No keymap defined!
474#endif 477#endif