Disable GC on every cycle, too much lag

This commit is contained in:
Josh Klar
2019-07-12 16:54:38 -07:00
parent 17094a2988
commit 350c2438ad
2 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from kmk.keys import KC
keyboard = Firmware()
keyboard.debug_enabled = True
keyboard.debug_enabled = False
keyboard.unicode_mode = UnicodeMode.LINUX
keyboard.tap_time = 750