Skip to content

Commit c884477

Browse files
committed
remove default hold emitted for now
1 parent c1da5dc commit c884477

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/hhd/plugins/powerbutton/const.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ class PowerButtonConfig(NamedTuple):
2323
PBC("GPT Win 4", "G1618-04"),
2424
PBC("GPD Win Mini", "G1617-01"),
2525
PBC("GPD Win Max 2 2023", "G1619-05"),
26-
PBC("AYANEO AIR Plus", "AIR Plus", type="hold_emitted"),
27-
PBC("AYANEO 2", "AYANEO 2", type="hold_emitted"),
28-
PBC("AYANEO GEEK", "GEEK", type="hold_emitted"),
29-
PBC("AYANEO 2S", "AYANEO 2S", type="hold_emitted"),
30-
PBC("AYANEO GEEK 1S", "GEEK 1S", type="hold_emitted"),
31-
PBC("AYANEO AIR", "AIR", type="hold_emitted"),
32-
PBC("AYANEO AIR Pro", "AIR Pro", type="hold_emitted"),
26+
# TODO: Remove these when correct behavior is verified
27+
# TODO: Fix isa handling to only work when only shift is active
28+
# PBC("AYANEO AIR Plus", "AIR Plus", type="hold_emitted"),
29+
# PBC("AYANEO 2", "AYANEO 2", type="hold_emitted"),
30+
# PBC("AYANEO GEEK", "GEEK", type="hold_emitted"),
31+
# PBC("AYANEO 2S", "AYANEO 2S", type="hold_emitted"),
32+
# PBC("AYANEO GEEK 1S", "GEEK 1S", type="hold_emitted"),
33+
# PBC("AYANEO AIR", "AIR", type="hold_emitted"),
34+
# PBC("AYANEO AIR Pro", "AIR Pro", type="hold_emitted"),
3335
PBC(
3436
"Steam Deck LCD",
3537
"Jupiter",

0 commit comments

Comments
 (0)