mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-04 23:42:46 +00:00
Fix dynamic keymap macro only sending first. (#25309)
This commit is contained in:
parent
75a037d2f0
commit
41b1bb4aef
@ -166,6 +166,6 @@ void dynamic_keymap_macro_send(uint8_t id) {
|
||||
++offset;
|
||||
}
|
||||
|
||||
send_string_nvm_state_t state = {.offset = 0};
|
||||
send_string_nvm_state_t state = {.offset = offset};
|
||||
send_string_with_delay_impl(send_string_get_next_nvm, &state, DYNAMIC_KEYMAP_MACRO_DELAY);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user