update hid_composite freertos with capslock as well

This commit is contained in:
hathach
2021-07-01 22:54:57 +07:00
parent ca98996e1f
commit 6de023d54b
2 changed files with 26 additions and 6 deletions

View File

@@ -274,7 +274,8 @@ void tud_hid_set_report_cb(uint8_t itf, uint8_t report_id, hid_report_type_t rep
board_led_write(true);
}else
{
// Caplocks Off: back to normal link
// Caplocks Off: back to normal blink
board_led_write(false);
blink_interval_ms = BLINK_MOUNTED;
}
}