forked from mirror/qmk_firmware
Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
committed by
GitHub
parent
9a68472da8
commit
68efea70b2
@@ -204,7 +204,7 @@ void update_layer_leds(void) {
|
||||
|
||||
#endif
|
||||
|
||||
void dynamic_macro_record_start_user(void) {
|
||||
void dynamic_macro_record_start_user(int8_t direction) {
|
||||
isRecording++;
|
||||
blink_cycle_timer = timer_read();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user