rgb10: change modifiers to '-' adn '+' buttons
This commit is contained in:
parent
386bf0ec23
commit
59a80dd2f0
1 changed files with 8 additions and 0 deletions
8
packages/hardware/quirks/devices/Powkiddy RGB10/050-modifiers
Executable file
8
packages/hardware/quirks/devices/Powkiddy RGB10/050-modifiers
Executable 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
|
Loading…
Reference in a new issue