summaryrefslogtreecommitdiff
path: root/apps/plugins/cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/cube.c')
-rw-r--r--apps/plugins/cube.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 857f2415d4..dfd7df8951 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -400,6 +400,9 @@
400#define CUBE_PAUSE BUTTON_PLAY 400#define CUBE_PAUSE BUTTON_PLAY
401#define CUBE_HIGHSPEED BUTTON_BACK 401#define CUBE_HIGHSPEED BUTTON_BACK
402 402
403#elif CONFIG_KEYPAD == SHANLING_Q1_PAD
404/* use touchscreen */
405
403#else 406#else
404#error No keymap defined! 407#error No keymap defined!
405#endif 408#endif