mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-07-25 16:18:35 -04:00
hid hid_get_input_report workarounds
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Copyright 2022 QMK
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
import hid
|
||||
import json
|
||||
import time
|
||||
import gzip
|
||||
@@ -40,6 +39,9 @@ class XAPDeviceBase:
|
||||
self.timeout = timeout
|
||||
self.running = True
|
||||
|
||||
# lazy import to avoid compile issues
|
||||
import hid
|
||||
|
||||
self.dev = hid.Device(path=dev['path'])
|
||||
|
||||
self.bg = threading.Thread(target=self._read_loop, daemon=True)
|
||||
|
||||
Reference in New Issue
Block a user