Unbreak the reset key by removing dead code path (for now)

This commit is contained in:
Josh Klar 2018-09-22 21:57:27 -07:00
parent 9bec905fce
commit 8c7c9958f9
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -12,8 +12,6 @@ def process_internal_key_event(state, action, changed_key, logger=None):
return df(state, action, changed_key, logger=logger)
elif changed_key.code == Keycodes.Layers._KC_MO:
return mo(state, action, changed_key, logger=logger)
elif changed_key.code == Keycodes.Layers.KC_TILDE:
pass
else:
return state