From 84fe501f53f966894b226172faa50b9fd0d651f5 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 2 Jan 2023 13:03:48 -0500 Subject: 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 --- firmware/export/config/fiiom3k.h | 1 - firmware/export/config/sansaclipplus.h | 1 - firmware/export/config/sansaclipzip.h | 1 - 3 files changed, 3 deletions(-) (limited to 'firmware/export/config') 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 @@ #define HAVE_VOLUME_IN_LIST #define HAVE_QUICKSCREEN #define HAVE_HOTKEY -#define HAVE_LOCKED_ACTIONS #define AB_REPEAT_ENABLE #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 @@ #define NUM_DRIVES 2 #ifndef BOOTLOADER -#define HAVE_LOCKED_ACTIONS #define HAVE_HOTSWAP #define HAVE_RDS_CAP #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 @@ #define HAVE_LCD_ENABLE #ifndef BOOTLOADER -#define HAVE_LOCKED_ACTIONS /* Define this if your LCD can be put to sleep. * HAVE_LCD_ENABLE should be defined as well. */ //#define HAVE_LCD_SLEEP -- cgit v1.2.3