1
0
Fork 0

Fix dynamic macros on ChibiOS keyboards

This commit is contained in:
Fred Sundvik 2017-09-30 15:25:48 +03:00 committed by Jack Humbert
parent 25285a1c5a
commit 67eeb889ba
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void dynamic_macro_led_blink(void)
{
#ifdef BACKLIGHT_ENABLE
backlight_toggle();
_delay_ms(100);
wait_ms(100);
backlight_toggle();
#endif
}