Skip to content

Commit 88ffef7

Browse files
committed
add another fix for loki max qam
1 parent 13bda11 commit 88ffef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hhd/device/generic/const.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#
2929
# Loki Max
3030
#
31-
B("KEY_T"): "share", # T + LCTRL + LSHFT + LALT
31+
# Provided by AOKZOE A1 Turbo button as KEY_LEFTALT
32+
# B("KEY_T"): "share", # T + LCTRL + LSHFT + LALT
3233
}
3334

3435
AYANEO_DEFAULT_MAPPINGS: dict[str, tuple[Axis, str | None, float, float | None]] = {

0 commit comments

Comments
 (0)