diff --git a/kmk/common/internal_keycodes.py b/kmk/common/internal_keycodes.py index f197e79..1d73004 100644 --- a/kmk/common/internal_keycodes.py +++ b/kmk/common/internal_keycodes.py @@ -125,3 +125,5 @@ def macro(state, action_type, changed_key, logger): if changed_key.keydown: state.macro_pending = changed_key.keydown return state + + return state