Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
committed by
GitHub
parent
9a68472da8
commit
68efea70b2
@@ -28,7 +28,7 @@ bool is_launching = false;
|
||||
#ifdef DYNAMIC_MACRO_ENABLE
|
||||
static bool is_dynamic_recording = false;
|
||||
|
||||
void dynamic_macro_record_start_user(void) { is_dynamic_recording = true; }
|
||||
void dynamic_macro_record_start_user(int8_t direction) { is_dynamic_recording = true; }
|
||||
|
||||
void dynamic_macro_record_end_user(int8_t direction) {
|
||||
is_dynamic_recording = false;
|
||||
|
Reference in New Issue
Block a user