distribution/packages/hardware/quirks/devices/ayn Loki Zero/010-led_control

9 lines
225 B
Text
Raw Normal View History

2023-09-12 20:25:41 +00:00
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
2023-09-12 20:25:41 +00:00
cat <<EOF >/storage/.config/profile.d/010-led_control
DEVICE_LED_CONTROL="true"
DEVICE_LED_BRIGHTNESS="true"
2023-09-12 20:25:41 +00:00
EOF