Skip to content

Commit

Permalink
[Bug] Fix layer_state restoration at end of dynamic macro feature (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdesprez authored Feb 6, 2022
1 parent 89cc668 commit 5a0e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/process_keycode/process_dynamic_macro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5a0e129

Please sign in to comment.