~ruther/qmk_firmware

8b671b99693698f87a4a27c9964f41addb38f2c7 — QMK Bot 1 year, 4 months ago bd11ddc + 13f7b682
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 2 deletions(-)

M quantum/process_keycode/process_dynamic_macro.c
M quantum/process_keycode/process_dynamic_macro.c => quantum/process_keycode/process_dynamic_macro.c +1 -2
@@ 133,9 133,8 @@ void dynamic_macro_record_key(keyrecord_t *macro_buffer, keyrecord_t **macro_poi
    if (*macro_pointer - direction != macro2_end) {
        **macro_pointer = *record;
        *macro_pointer += direction;
    } else {
        dynamic_macro_record_key_user(direction, record);
    }
    dynamic_macro_record_key_user(direction, record);

    dprintf("dynamic macro: slot %d length: %d/%d\n", DYNAMIC_MACRO_CURRENT_SLOT(), DYNAMIC_MACRO_CURRENT_LENGTH(macro_buffer, *macro_pointer), DYNAMIC_MACRO_CURRENT_CAPACITY(macro_buffer, macro2_end));
}

Do not follow this link