distribution/packages/hardware/quirks/devices/ayn Loki Zero/001-device_config

12 lines
319 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
. /etc/profile.d/001-functions
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/001-device_config
DEVICE_BASE_TDP="6w"
DEVICE_VOLUMECTL="true"
DEVICE_BRIGHTNESS="hardware"
EOF