Merge pull request #2170 from fewtarius/dev

DEVICE_FAKE_JACKSENSE should be true on x55.
This commit is contained in:
fewtarius 2023-10-11 16:35:33 -04:00 committed by GitHub
commit d03d96d805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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