Skip to content

Commit f433ce9

Browse files
committed
fix config check on g1
1 parent 7177a53 commit f433ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hhd/device/oxp/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def prepare(m):
583583
try:
584584
d_vend = find_vendor(prepare, turbo, dconf.get("protocol", None))
585585
d_vend_id = [id(d) for d in d_vend]
586-
if conf.get("g1", False):
586+
if dconf.get("g1", False):
587587
prepare(d_kbd_2)
588588
prepare(d_xinput)
589589
if motion:

0 commit comments

Comments
 (0)