2023-09-04 14:54:35 +00:00
|
|
|
#!/bin/sh
|
2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-09-04 14:54:35 +00:00
|
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
|
|
|
|
cat <<EOF >/storage/.config/profile.d/010-led_control
|
2023-09-05 18:25:37 +00:00
|
|
|
DEVICE_LED_CONTROL="true"
|
2023-09-13 09:21:22 +00:00
|
|
|
DEVICE_LED_BRIGHTNESS="true"
|
2023-09-04 14:54:35 +00:00
|
|
|
EOF
|