HID fixup

This commit is contained in:
Kyle Brown
2020-11-11 11:19:57 -08:00
parent ab49e5edff
commit ac89e51ff1
3 changed files with 119 additions and 132 deletions

View File

@@ -335,10 +335,6 @@ class KMKKeyboard:
return self
# Only one GC to allow for extentions to have room. There are random memory allocations
# issues due to some devices not properly cleaning memory on reset
gc.collect()
def go(self, hid_type=HIDModes.USB, **kwargs):
self.hid_type = hid_type