summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-08-24 15:19:14 +0000
committerNils Wallménius <nils@rockbox.org>2009-08-24 15:19:14 +0000
commitaf68987d5cbe538a738ce7be0c99d83792fc7269 (patch)
treedeb28492168fdffe6c4c120ef056bebad9c6dc05 /apps
parent3460ef3596e18cdb2f036d9bac7620dcbbc1bdd6 (diff)
downloadrockbox-af68987d5cbe538a738ce7be0c99d83792fc7269.tar.gz
rockbox-af68987d5cbe538a738ce7be0c99d83792fc7269.zip
Fix FS#10556 so that we now include the wps tags for the hold switch and remote hold switch for other targets than the iriver h100 and h300, introduce a new feature for remote_button_hold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22498 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index a9df26ba48..5dd7fd8720 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -62,6 +62,10 @@ headphone_detection
62hold_button 62hold_button
63#endif 63#endif
64 64
65#if defined(HAS_REMOTE_BUTTON_HOLD)
66remote_button_hold
67#endif
68
65#if defined(HAVE_LCD_BITMAP) 69#if defined(HAVE_LCD_BITMAP)
66lcd_bitmap 70lcd_bitmap
67#endif 71#endif