distribution/packages/hardware/quirks/devices/AYANEO AIR/001-deviceconfig

17 lines
410 B
Text
Raw Normal View History

2023-06-06 01:54:48 +00:00
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2022-present Fewtarius
cat <<EOF >/storage/.config/profile.d/001-deviceconfig
DEVICE_LED_CONTROL=true
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"
2023-06-06 01:54:48 +00:00
EOF