From f2786d132d224dbe876b4d171b854a5858be36dc Mon Sep 17 00:00:00 2001 From: Felix MIL Date: Thu, 4 Jun 2026 22:50:12 +0200 Subject: [PATCH] Start keymon on TrimUI A133P devices so Fn key mappings work - trimui_a133p.sh: - add keymon to the blob list started in device_init_a133p --- spruce/scripts/platform/device_functions/trimui_a133p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spruce/scripts/platform/device_functions/trimui_a133p.sh b/spruce/scripts/platform/device_functions/trimui_a133p.sh index 02ea9f521..3cc25b334 100644 --- a/spruce/scripts/platform/device_functions/trimui_a133p.sh +++ b/spruce/scripts/platform/device_functions/trimui_a133p.sh @@ -173,7 +173,7 @@ device_init_a133p() { /etc/bluetooth/bluetoothd start ) & amixer set 'Soft Volume Master' 255 # reset this to max so we're not double attenuating vol with two different mixer controls - run_trimui_blobs "trimui_inputd trimui_scened trimui_btmanager hardwareservice musicserver" + run_trimui_blobs "trimui_inputd trimui_scened trimui_btmanager hardwareservice musicserver keymon" } set_event_arg_for_idlemon() {