Merge pull request #2170 from fewtarius/dev
DEVICE_FAKE_JACKSENSE should be true on x55.
This commit is contained in:
commit
d03d96d805
1 changed files with 10 additions and 0 deletions
10
packages/hardware/quirks/devices/Powkiddy x55/001-device_config
Executable file
10
packages/hardware/quirks/devices/Powkiddy x55/001-device_config
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
||||
|
||||
cat <<EOF >/storage/.config/profile.d/001-device_config
|
||||
DEVICE_FAKE_JACKSENSE="true"
|
||||
DEVICE_VOLUMECTL="true"
|
||||
DEVICE_POWER_LED="false"
|
||||
DEVICE_BRIGHTNESS="128"
|
||||
EOF
|
Loading…
Reference in a new issue