mirror of
https://github.com/erjiang/huion-keys.git
synced 2026-06-13 22:40:49 +03:00
Support Q620M
A quick hacky way to support Q620M
This commit is contained in:
@@ -18,6 +18,8 @@ def main():
|
|||||||
return 1
|
return 1
|
||||||
while True:
|
while True:
|
||||||
hidraw_path = get_tablet_hidraw('256c', '006e')
|
hidraw_path = get_tablet_hidraw('256c', '006e')
|
||||||
|
if hidraw_path is None:
|
||||||
|
hidraw_path = get_tablet_hidraw('256c', '006d')
|
||||||
if hidraw_path is None:
|
if hidraw_path is None:
|
||||||
print("Could not find tablet hidraw device")
|
print("Could not find tablet hidraw device")
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user