diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-05-16 16:44:01 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-05-22 12:20:44 +0000 |
commit | 5cbeb88541ebbfe388b3d60a1c7564b556b9748b (patch) | |
tree | 9ef43acdc857fa3b9be01bf35a45ab2b2ac19b3f /firmware/export | |
parent | a2bac25a6355d1ac59df34717a28c3c03728c885 (diff) |
FiiO M3K: keymap improvements & fixes
- Add support for skip and seek while the player is locked.
(Thanks to @bahus for the suggestion)
- Fix touch zones because the down button zone ended up being
a lot smaller than expected due to the touchpad's wonkiness.
Also added a visual display of the touchpad to its debug menu.
- Fixes the pictureflow keymap because it was mostly unusable.
Change-Id: Ic0da4f8df3613ff7828ce1cb940ed9e77ada3281
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/fiiom3k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h index 86f41fca46..2c212b031d 100644 --- a/firmware/export/config/fiiom3k.h +++ b/firmware/export/config/fiiom3k.h @@ -124,4 +124,5 @@ #define HAVE_VOLUME_IN_LIST #define HAVE_QUICKSCREEN #define HAVE_HOTKEY +#define HAVE_LOCKED_ACTIONS #define AB_REPEAT_ENABLE |