mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and
to target naming conventions in general git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24010 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ce515c315
commit
47ddbaa47b
69 changed files with 74 additions and 74 deletions
|
|
@ -94,7 +94,7 @@
|
|||
#define GIGABEAT_S_PAD 19
|
||||
#define LOGIK_DAX_PAD 20
|
||||
#define IAUDIO67_PAD 21
|
||||
#define COWOND2_PAD 22
|
||||
#define COWON_D2_PAD 22
|
||||
#define IAUDIO_M3_PAD 23
|
||||
#define CREATIVEZVM_PAD 24
|
||||
#define SANSA_M200_PAD 25
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
#define HAVE_LCD_ENABLE
|
||||
|
||||
/* define this to indicate your device's keypad */
|
||||
#define CONFIG_KEYPAD COWOND2_PAD
|
||||
#define CONFIG_KEYPAD COWON_D2_PAD
|
||||
#define HAVE_TOUCHSCREEN
|
||||
#define HAVE_BUTTON_DATA
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ enum {
|
|||
#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
|
||||
#define USBPOWER_BUTTON BUTTON_RIGHT
|
||||
#define USBPOWER_BTN_IGNORE BUTTON_LEFT
|
||||
#elif CONFIG_KEYPAD == COWOND2_PAD
|
||||
#elif CONFIG_KEYPAD == COWON_D2_PAD
|
||||
#define USBPOWER_BUTTON BUTTON_MENU
|
||||
#define USBPOWER_BTN_IGNORE BUTTON_MINUS
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue