summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-06-20 22:37:09 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2022-06-21 22:43:39 -0400
commit8283752223a4c0f0d98c1798568526546c4ab7b9 (patch)
treeab2dddab69f41c9f5f665eae1ed7bca438bd5919 /apps/features.txt
parente75e07e1b68b5ce59b0a77f321c90a091682e362 (diff)
downloadrockbox-8283752223a4c0f0d98c1798568526546c4ab7b9.tar.gz
rockbox-8283752223a4c0f0d98c1798568526546c4ab7b9.zip
Reset settings on button hold
extend this properly to the gigabeast and iriver updated manual entries Change-Id: Ibd1bce8d113193cb3b76f4daf0d6ceb01a2f7585
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index da2064ab2f..2262f7502e 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -290,7 +290,8 @@ multi_boot
290hibylinux 290hibylinux
291#endif 291#endif
292 292
293#if defined(SETTINGS_RESET) || \ 293#if defined(BUTTON_REC) || \
294 (CONFIG_KEYPAD == GIGABEAT_PAD) || \
294 (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 295 (CONFIG_KEYPAD == IPOD_4G_PAD) || \
295 (CONFIG_KEYPAD == IRIVER_H10_PAD) 296 (CONFIG_KEYPAD == IRIVER_H10_PAD)
296clear_settings_on_hold 297clear_settings_on_hold