Increase the Sway scale to 1.25, widen the brightness range, disable
modem functionality (because the modem is not yet supported) and
explicitly define the power button.
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
---
.../sxmo_deviceprofile_samsung,coreprimevelte.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/scripts/deviceprofiles/sxmo_deviceprofile_samsung,coreprimevelte.sh b/scripts/deviceprofiles/sxmo_deviceprofile_samsung,coreprimevelte.sh
index d4fbfe6..ffc930c 100755
--- a/scripts/deviceprofiles/sxmo_deviceprofile_samsung,coreprimevelte.sh
+++ b/scripts/deviceprofiles/sxmo_deviceprofile_samsung,coreprimevelte.sh
@@ -4,3 +4,7 @@
# Copyright 2023 Sxmo Contributors
export SXMO_VOLUME_BUTTON="1:1:gpio-keys"
+export SXMO_POWER_BUTTON="0:0:88pm886-onkey"
+export SXMO_NO_MODEM=1
+export SXMO_MIN_BRIGHTNESS=0 # can go all the way down
+export SXMO_SWAY_SCALE="1.25"
--
2.47.1