Merge pull request #2664 from brooksytech/dev
RG351M: Adding dumby hotkey to prevent false inputs
This commit is contained in:
commit
6f9c7fcef4
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
#Set dummy key for RG351M/P
|
||||
cat <<EOF >/storage/.config/profile.d/100-jslisten-hotkey
|
||||
BTN_VOLBRIGHT_HOTKEY=999 # Select
|
||||
EOF
|
Loading…
Reference in a new issue