3980172495
* Drop preempt_rt patch as it is causing panics on the Air Pro.
15 lines
386 B
Bash
15 lines
386 B
Bash
#!/bin/bash
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2022-present Fewtarius
|
|
|
|
cat <<EOF >/storage/.config/profile.d/001-deviceconfig
|
|
DEVICE_VOLUMECTL=true
|
|
DEVICE_AUDIO_MIXER="Master"
|
|
DEVICE_PLAYBACK_PATH_SPK="SPK"
|
|
DEVICE_PLAYBACK_PATH_HP="HP"
|
|
DEVICE_FUNC_KEYA_MODIFIER="ABS_RZ"
|
|
DEVICE_FUNC_KEYB_MODIFIER="ABS_Z"
|
|
UI_SERVICE="weston.service"
|
|
|
|
DEVICE_BRIGHTNESS="hardware"
|
|
EOF
|