RG351M: Adding dumby hotkey to prevent false inputs

This commit is contained in:
brooksytech 2024-01-11 20:58:12 +00:00
parent 2c417ca1ca
commit ec304c41c9
No known key found for this signature in database

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