rgb10: change modifiers to '-' adn '+' buttons

This commit is contained in:
sydarn 2024-01-12 17:11:25 +01:00
parent 386bf0ec23
commit 59a80dd2f0

View file

@ -0,0 +1,8 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/050-modifiers
DEVICE_FUNC_KEYA_MODIFIER="BTN_THUMBL"
DEVICE_FUNC_KEYB_MODIFIER="BTN_THUMBR"
EOF