Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
parent
9a68472da8
commit
68efea70b2
13 changed files with 17 additions and 17 deletions
|
@ -408,7 +408,7 @@ static bool is_on = false;
|
|||
static bool is_dynamic_recording = false;
|
||||
static uint16_t dynamic_loop_timer;
|
||||
|
||||
void dynamic_macro_record_start_user(void) {
|
||||
void dynamic_macro_record_start_user(int8_t direction) {
|
||||
is_dynamic_recording = true;
|
||||
dynamic_loop_timer = timer_read();
|
||||
ergodox_right_led_1_on();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue