mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-04 21:13:24 +01:00
Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
@@ -709,7 +709,7 @@ void leader_end_user(void) {
|
||||
|
||||
/**************** DYNAMIC MACRO *********************/
|
||||
|
||||
void dynamic_macro_record_start_user(void) {
|
||||
void dynamic_macro_record_start_user(int8_t direction) {
|
||||
onMac = false; /* reset layer bool as dynamic macro clear the keyboard and reset layers. */
|
||||
if (!isBlinking && !isRecording) {
|
||||
reset_blink_cycle();
|
||||
|
||||
Reference in New Issue
Block a user