Add LED indicator support in mbed

This commit is contained in:
tmk 2014-06-20 14:39:49 +09:00
parent 4c8e0fd0bd
commit b4a91ecf4e
3 changed files with 34 additions and 15 deletions

View file

@ -24,7 +24,7 @@ host_driver_t mbed_driver = {
static uint8_t keyboard_leds(void)
{
return 0;
return keyboard.leds();
}
static void send_keyboard(report_keyboard_t *report)
{