2023-09-04 14:54:35 +00:00
|
|
|
#!/bin/sh
|
2023-12-27 18:20:38 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2022-present Fewtarius
|
2023-09-04 14:54:35 +00:00
|
|
|
|
|
|
|
cat <<EOF >/storage/.config/profile.d/050-modifiers
|
|
|
|
DEVICE_KEY_VOLUMEDOWN=114
|
|
|
|
DEVICE_KEY_VOLUMEUP=115
|
|
|
|
DEVICE_FUNC_KEYA_MODIFIER="BTN_SELECT"
|
|
|
|
DEVICE_FUNC_KEYB_MODIFIER="BTN_MODE"
|
|
|
|
EOF
|