Virtual vol&bright fixes and enable for rgb10

This commit is contained in:
sydarn 2024-01-11 11:56:49 +01:00
parent 41ef9361be
commit 2f55cc7312
6 changed files with 15 additions and 2 deletions

View file

@ -1 +0,0 @@
ODROID-GO Advance Black Edition

View file

@ -0,0 +1 @@
../ODROID-GO Advance/001-device_config

View file

@ -0,0 +1 @@
../ODROID-GO Advance/050-game_configs

View file

@ -0,0 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/100-jslisten-hotkey
BTN_VOLBRIGHT_HOTKEY=12 # Select
EOF

View file

@ -22,4 +22,3 @@ BTN_QUIT_SELECT=${DEVICE_BTN_START}
BTN_KILL_HOTKEY=${DEVICE_BTN_TL}
BTN_KILL_SELECTA=${DEVICE_BTN_SELECT}
BTN_KILL_SELECTB=${DEVICE_BTN_START}
BTN_VOLBRIGHT_HOTKEY=${DEVICE_BTN_SELECT}

View file

@ -13,6 +13,12 @@ else
source /usr/config/jslisten_hotkeys
fi
if [ -e "/storage/.config/profile.d/100-jslisten-hotkey" ]
then
source /storage/.config/profile.d/100-jslisten-hotkey
fi
# "Global" key-combos loaded for every application
read -d '\n' GLOBAL << EOF
[IncrVol]
program="/usr/bin/volume up"