summary refs log tree commit diff
path: root/protocol/mbed/mbed_driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/mbed/mbed_driver.cpp')
-rw-r--r--protocol/mbed/mbed_driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/mbed/mbed_driver.cpp b/protocol/mbed/mbed_driver.cpp
index 333f8e3782..6c7b16e23d 100644
--- a/protocol/mbed/mbed_driver.cpp
+++ b/protocol/mbed/mbed_driver.cpp
@@ -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)
 {