We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc35b7e commit b2847c1Copy full SHA for b2847c1
1 file changed
FunKey/board/funkey/rootfs-overlay/root/.profile
@@ -18,6 +18,35 @@ alias l='ls $LS_OPTIONS -lA'
18
# alias cp='cp -i'
19
# alias mv='mv -i'
20
21
+# Alias functions for compatibility
22
+volume_get() {
23
+ volume get "$@"
24
+}
25
+
26
+volume_set() {
27
+ volume set "$@"
28
29
30
+brightness_get() {
31
+ brightness get "$@"
32
33
34
+brightness_set() {
35
+ brightness set "$@"
36
37
38
+notif_set() {
39
+ notif set "$@"
40
41
42
+start_audio_amp() {
43
+ audio_amp "$@"
44
45
46
+cancel_sched_powerdown() {
47
+ powerdown handle
48
49
50
# Relocate HOME into the r/w partition
51
export HOME=/mnt/FunKey
52
mkdir -p "${HOME}"
0 commit comments