mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
fuze+: remove two_finger pseudo touchpad button because it was unrealiable, update keymap to remove akward mappings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31444 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4fe6963e40
commit
84b97dd1ea
3 changed files with 10 additions and 49 deletions
|
|
@ -42,13 +42,12 @@ bool button_debug_screen(void);
|
|||
#define BUTTON_BACK 0x00000200
|
||||
#define BUTTON_BOTTOMLEFT 0x00000400
|
||||
#define BUTTON_BOTTOMRIGHT 0x00000800
|
||||
/* Touch the touchpad with two fingers */
|
||||
#define BUTTON_TWO_FINGERS 0x000001000
|
||||
|
||||
|
||||
#define BUTTON_MAIN (BUTTON_VOL_UP|BUTTON_VOL_DOWN|BUTTON_POWER|BUTTON_LEFT| \
|
||||
BUTTON_UP|BUTTON_RIGHT|BUTTON_DOWN|BUTTON_SELECT| \
|
||||
BUTTON_PLAYPAUSE|BUTTON_BACK| \
|
||||
BUTTON_TWO_FINGERS|BUTTON_BOTTOMRIGHT|BUTTON_BOTTOMLEFT)
|
||||
BUTTON_BOTTOMRIGHT|BUTTON_BOTTOMLEFT)
|
||||
|
||||
#define BUTTON_REMOTE 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue