Skip to content

Commit c1da5dc

Browse files
committed
switch to not using isa keyboard by default
1 parent 8a1e8e0 commit c1da5dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/hhd/plugins/powerbutton/const.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ class PowerButtonConfig(NamedTuple):
6262
),
6363
]
6464

65-
DEFAULT_DEVICE: PowerButtonConfig = PBC(
66-
"uknown",
67-
"NA",
68-
)
65+
DEFAULT_DEVICE: PowerButtonConfig = PBC("uknown", "NA", "hold_emitted")
6966

7067

7168
# Legion go

0 commit comments

Comments
 (0)