Merge pull request #2664 from brooksytech/dev

RG351M: Adding dumby hotkey to prevent false inputs
This commit is contained in:
Brooksytech 2024-01-11 13:06:31 -08:00 committed by GitHub
commit 6f9c7fcef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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