forked from mirrors/qmk_userspace
Add LED indicator support in mbed
This commit is contained in:
parent
4c8e0fd0bd
commit
b4a91ecf4e
3 changed files with 34 additions and 15 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue