947c482a37
* Break Loki Zero link to configure proper default TDP for Max and MiniPro. * Revert drain when charged while powered off support for RK3566.
9 lines
238 B
Bash
Executable file
9 lines
238 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
# Minimal OS variable loading for performance
|
|
. /etc/profile.d/001-functions
|
|
|
|
tocon "Configuring LEDs..."
|
|
/usr/bin/ledcontrol
|