diff options
| author | Mark Arigo <markarigo@gmail.com> | 2008-02-24 04:12:16 +0000 |
|---|---|---|
| committer | Mark Arigo <markarigo@gmail.com> | 2008-02-24 04:12:16 +0000 |
| commit | d829075a0003fd5a976d5e2303b0317d3dc63ea8 (patch) | |
| tree | fd5838c65cedc6d2b889ba1a332f99e53553ca7c /apps/debug_menu.c | |
| parent | f928c8f0f854a91323b19357021bcaef9a7cc27e (diff) | |
| download | rockbox-d829075a0003fd5a976d5e2303b0317d3dc63ea8.zip rockbox-d829075a0003fd5a976d5e2303b0317d3dc63ea8.tar.gz rockbox-d829075a0003fd5a976d5e2303b0317d3dc63ea8.tar.bz2 rockbox-d829075a0003fd5a976d5e2303b0317d3dc63ea8.tar.xz | |
Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire interface spec. Needs some tweaking as it's too sensitive with the default hardware settings. For now, the vertical strip is divided into up/select/down buttons. Also, redo the keymap (using the Gigabeat as a starting point), but it still needs a good bit of work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16400 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index d1463c7..8cd1fed 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -987,10 +987,12 @@ static bool dbg_spdif(void) #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD # define DEBUG_CANCEL BUTTON_REC -#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \ - (CONFIG_KEYPAD == MROBE100_PAD) +#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) # define DEBUG_CANCEL BUTTON_REW +#elif (CONFIG_KEYPAD == MROBE100_PAD) +# define DEBUG_CANCEL BUTTON_MENU + #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) # define DEBUG_CANCEL BUTTON_LEFT |