This commit is contained in:
Kyle Brown
2020-11-13 16:56:18 -08:00
parent f94734c28d
commit 999a9507b5
8 changed files with 63 additions and 69 deletions

View File

@@ -1,5 +1,3 @@
import gc
from kmk.consts import KMK_RELEASE, UnicodeMode
from kmk.hid import BLEHID, USBHID, AbstractHID, HIDModes
from kmk.keys import KC
@@ -109,8 +107,6 @@ class KMKKeyboard:
if self.debug_enabled:
if init:
print('KMKInit(release={})'.format(KMK_RELEASE))
gc.collect()
print(self)
def _send_hid(self):