mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
Fix dynamic macros on ChibiOS keyboards
This commit is contained in:
parent
25285a1c5a
commit
67eeb889ba
|
@ -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 New Issue
Block a user