summaryrefslogtreecommitdiff
path: root/apps/plugins/flipit.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/flipit.c')
-rw-r--r--apps/plugins/flipit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c
index f6fb059f91..c659cf5ba5 100644
--- a/apps/plugins/flipit.c
+++ b/apps/plugins/flipit.c
@@ -496,6 +496,9 @@
496#define FLIPIT_STEP_BY_STEP BUTTON_VOL_UP 496#define FLIPIT_STEP_BY_STEP BUTTON_VOL_UP
497#define FLIPIT_TOGGLE BUTTON_SELECT 497#define FLIPIT_TOGGLE BUTTON_SELECT
498 498
499#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
500/* use touchscreen */
501
499#else 502#else
500#error No keymap defined! 503#error No keymap defined!
501#endif 504#endif