[Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)
This commit is contained in:
parent
89cc668b73
commit
5a0e129f11
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void dynamic_macro_play(keyrecord_t *macro_buffer, keyrecord_t *macro_end, int8_
|
|||
|
||||
clear_keyboard();
|
||||
|
||||
layer_state = saved_layer_state;
|
||||
layer_state_set(saved_layer_state);
|
||||
|
||||
dynamic_macro_play_user(direction);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue