diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-21 04:24:16 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-21 04:24:16 +0000 |
commit | 4855006aabd7243ff30903b126560f7790dd74dd (patch) | |
tree | b5de56a3da7e0e1e8f16f042c2b3723a940e4e09 /apps/plugins/fireworks.c | |
parent | 7f94a9d02f92e09cc775d423caea5f923e017ce3 (diff) |
Add initial plugin keymaps for M:robe 500
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fireworks.c')
-rw-r--r-- | apps/plugins/fireworks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 726b3eb381..168a67baa9 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -103,6 +103,8 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == ONDAVX747_PAD) #define BTN_MENU (BUTTON_MENU|BUTTON_REL) +#elif defined(HAVE_TOUCHSCREEN) + /* This is a touchscreen target */ #else #error No keymap defined! #endif |