Unbreak the reset key by removing dead code path (for now)
This commit is contained in:
parent
9bec905fce
commit
8c7c9958f9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user