Update various internal key handling stuff to be CircuitPython-compatible

This commit is contained in:
Josh Klar
2018-10-07 00:44:04 -07:00
parent d379acfc97
commit a23acc6131
4 changed files with 27 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ import string
from kmk.common.event_defs import (hid_report_event, keycode_down_event,
keycode_up_event)
from kmk.common.keycodes import Keycodes, Macro, RawKeycodes, char_lookup
from kmk.common.util import sleep_ms
from kmk.common.kmktime import sleep_ms
def simple_key_sequence(seq):