1
0
Fork 0

[Core] Move dynamic macro "stop recording" logic to a function (#21108)

This commit is contained in:
Ariane Emory 2023-06-02 17:46:04 -04:00 committed by GitHub
parent 27120f2fb6
commit c754f644dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 63 additions and 55 deletions

View file

@ -39,3 +39,4 @@ void dynamic_macro_record_start_user(int8_t direction);
void dynamic_macro_play_user(int8_t direction);
void dynamic_macro_record_key_user(int8_t direction, keyrecord_t *record);
void dynamic_macro_record_end_user(int8_t direction);
void dynamic_macro_stop_recording(void);