summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-01-02 13:03:48 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2023-01-02 13:19:43 -0500
commit84fe501f53f966894b226172faa50b9fd0d651f5 (patch)
treea955f18a80d2dd4591d64899ee1d78ea8dc214e3 /firmware/export
parenta00bd421acc0fc11588f0494be2bb532dc93d904 (diff)
downloadrockbox-84fe501f53f966894b226172faa50b9fd0d651f5.tar.gz
rockbox-84fe501f53f966894b226172faa50b9fd0d651f5.zip
Add locked actions to all soft lock targets
fiio m3k native is currently the only player with defined buttons different from the standard mapping. This allows the user to use the keyremap plugin to specify differing keymaps for their device in the locked state Change-Id: Ie0b447bba0d5978e8d23fed423df30c794afc6f9
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/fiiom3k.h1
-rw-r--r--firmware/export/config/sansaclipplus.h1
-rw-r--r--firmware/export/config/sansaclipzip.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index ab3e274243..86a9b05402 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -147,6 +147,5 @@
147#define HAVE_VOLUME_IN_LIST 147#define HAVE_VOLUME_IN_LIST
148#define HAVE_QUICKSCREEN 148#define HAVE_QUICKSCREEN
149#define HAVE_HOTKEY 149#define HAVE_HOTKEY
150#define HAVE_LOCKED_ACTIONS
151#define AB_REPEAT_ENABLE 150#define AB_REPEAT_ENABLE
152#define HAVE_BOOTLOADER_SCREENDUMP 151#define HAVE_BOOTLOADER_SCREENDUMP
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index d7e18c4864..e78063ef02 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -17,7 +17,6 @@
17#define NUM_DRIVES 2 17#define NUM_DRIVES 2
18 18
19#ifndef BOOTLOADER 19#ifndef BOOTLOADER
20#define HAVE_LOCKED_ACTIONS
21#define HAVE_HOTSWAP 20#define HAVE_HOTSWAP
22#define HAVE_RDS_CAP 21#define HAVE_RDS_CAP
23#define CONFIG_RDS (RDS_CFG_POLL | RDS_CFG_PROCESS) 22#define CONFIG_RDS (RDS_CFG_POLL | RDS_CFG_PROCESS)
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 86bc8fa4c2..d8b18e1a18 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -71,7 +71,6 @@
71#define HAVE_LCD_ENABLE 71#define HAVE_LCD_ENABLE
72 72
73#ifndef BOOTLOADER 73#ifndef BOOTLOADER
74#define HAVE_LOCKED_ACTIONS
75/* Define this if your LCD can be put to sleep. 74/* Define this if your LCD can be put to sleep.
76 * HAVE_LCD_ENABLE should be defined as well. */ 75 * HAVE_LCD_ENABLE should be defined as well. */
77//#define HAVE_LCD_SLEEP 76//#define HAVE_LCD_SLEEP