mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Fix dynamic macros on ChibiOS keyboards
This commit is contained in:
parent
25285a1c5a
commit
67eeb889ba
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void dynamic_macro_led_blink(void)
|
||||||
{
|
{
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
backlight_toggle();
|
backlight_toggle();
|
||||||
_delay_ms(100);
|
wait_ms(100);
|
||||||
backlight_toggle();
|
backlight_toggle();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue