mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
26f8f45286
@ -216,6 +216,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