Virtual vol&bright fixes and enable for rgb10
This commit is contained in:
parent
41ef9361be
commit
2f55cc7312
6 changed files with 15 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
ODROID-GO Advance Black Edition
|
|
@ -0,0 +1 @@
|
|||
../ODROID-GO Advance/001-device_config
|
1
packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs
Symbolic link
1
packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs
Symbolic link
|
@ -0,0 +1 @@
|
|||
../ODROID-GO Advance/050-game_configs
|
|
@ -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
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue