Restore Unicode Macro support

This commit is contained in:
Josh Klar
2018-12-29 06:58:08 -08:00
parent 57239e3163
commit 8a21b4135d
5 changed files with 87 additions and 82 deletions

View File

@@ -1,5 +1,4 @@
from kmk.keycodes import KC, make_key
from kmk.handlers.stock import passthrough
from kmk.types import KeySequenceMeta
@@ -24,7 +23,6 @@ def simple_key_sequence(seq):
return make_key(
meta=KeySequenceMeta(seq),
on_press=sequence_press_handler,
on_release=passthrough,
)