mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
dynamic_macro.h: Always toggle the backlight twice as a notification
Apparently sometimes the backlight was toggled only once and it was left on.
This commit is contained in:
parent
40fe30e4d6
commit
5e2a999278
1 changed files with 1 additions and 3 deletions
|
@ -119,9 +119,7 @@ void dynamic_macro_record_key(
|
||||||
**macro_pointer = *record;
|
**macro_pointer = *record;
|
||||||
*macro_pointer += direction;
|
*macro_pointer += direction;
|
||||||
} else {
|
} else {
|
||||||
/* Notify about the end of buffer. The blinks are paired
|
dynamic_macro_led_blink();
|
||||||
* because they should happen on both down and up events. */
|
|
||||||
backlight_toggle();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue