2023-09-04 14:54:35 +00:00
|
|
|
#!/bin/bash
|
2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-10-23 22:46:49 +00:00
|
|
|
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/fewtarius)
|
2023-09-04 14:54:35 +00:00
|
|
|
|
|
|
|
cat <<EOF >/storage/.config/profile.d/001-device_config
|
2023-09-05 18:25:37 +00:00
|
|
|
DEVICE_FAKE_JACKSENSE="false"
|
|
|
|
DEVICE_VOLUMECTL="true"
|
|
|
|
DEVICE_POWER_LED="false"
|
2023-09-04 14:54:35 +00:00
|
|
|
DEVICE_BRIGHTNESS="128"
|
|
|
|
EOF
|