Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2025-05-27 13:23:36 +00:00
commit ac9318c78f

View File

@ -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);
}