summaryrefslogtreecommitdiff
path: root/manual/platform/keymap-fiiom3k.tex
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-01-11 13:58:41 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-01-29 19:28:03 +0000
commitc1f1d9140407757fab16c418eed09f5517c649d7 (patch)
treeee75be10480d454ea8a8cbd38cb51d29b7019433 /manual/platform/keymap-fiiom3k.tex
parentbc5a6385949c9f0a17173f3512aa9a6db9175803 (diff)
downloadrockbox-c1f1d9140407757fab16c418eed09f5517c649d7.tar.gz
rockbox-c1f1d9140407757fab16c418eed09f5517c649d7.zip
FiiO M3K: audio recording
Recording works now, although I'm sure there will be a few things that need fine-tuning. A major issue is that writing to the SD card creates noticable interference, which happens on the original firmware too but seems worse under Rockbox. (Since Rockbox waits until RAM fills up before writing data, the interference will only be heard on >50 MiB recordings.) Change-Id: I5561dd9668c3bdd34e92f34ef50848aef8c0b7eb
Diffstat (limited to 'manual/platform/keymap-fiiom3k.tex')
-rw-r--r--manual/platform/keymap-fiiom3k.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/platform/keymap-fiiom3k.tex b/manual/platform/keymap-fiiom3k.tex
index ecf07bebd4..95c56f13ed 100644
--- a/manual/platform/keymap-fiiom3k.tex
+++ b/manual/platform/keymap-fiiom3k.tex
@@ -45,6 +45,18 @@
45\newcommand{\ActionWpsAbSetBNextDir}{Long \ButtonDown} 45\newcommand{\ActionWpsAbSetBNextDir}{Long \ButtonDown}
46\newcommand{\ActionWpsAbReset}{Long \ButtonSelect} 46\newcommand{\ActionWpsAbReset}{Long \ButtonSelect}
47 47
48%Button actions, recording context
49\newcommand{\ActionRecPause}{\ButtonSelect{} or \ButtonPlay}
50\newcommand{\ActionRecExit}{\ButtonBack{} or \ButtonPower}
51\newcommand{\ActionRecNewfile}{Long \ButtonSelect{} or Long \ButtonPlay}
52\newcommand{\ActionRecMenu}{\ButtonMenu}
53\newcommand{\ActionRecPrev}{\ActionStdPrev}
54\newcommand{\ActionRecPrevRepeat}{\ActionStdPrevRepeat}
55\newcommand{\ActionRecNext}{\ActionStdNext}
56\newcommand{\ActionRecNextRepeat}{\ActionStdNextRepeat}
57\newcommand{\ActionRecSettingsInc}{\ButtonVolUp{} or \ButtonRight}
58\newcommand{\ActionRecSettingsDec}{\ButtonVolDown{} or \ButtonLeft}
59
48%Button actions, tree context 60%Button actions, tree context
49\newcommand{\ActionTreeWps}{Long \ButtonBack} 61\newcommand{\ActionTreeWps}{Long \ButtonBack}
50\newcommand{\ActionTreeStop}{Long \ButtonPlay} 62\newcommand{\ActionTreeStop}{Long \ButtonPlay}