calculator: use home as clear button for sansa fuze

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-10-09 06:30:32 +00:00
parent f6fa4c355c
commit 8a4278f24b
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ PLUGIN_HEADER
#define CALCULATOR_INPUT_CALC_PRE BUTTON_SELECT
#define CALCULATOR_INPUT (BUTTON_SELECT|BUTTON_REL)
#define CALCULATOR_CALC (BUTTON_SELECT|BUTTON_REPEAT)
#define CALCULATOR_CLEAR BUTTON_HOME
#elif (CONFIG_KEYPAD == SANSA_CLIP_PAD)