forked from len0rd/rockbox
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
This commit is contained in:
parent
f928c8f0f8
commit
d829075a00
7 changed files with 892 additions and 340 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue