Skip to content

Commit e192b6e

Browse files
authored
Update HID.cpp
1 parent ee2a83e commit e192b6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/HID/src/HID.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ bool HID_::setup(USBSetup& setup)
154154
return false;
155155
}
156156

157+
uint8_t HID_::getKeyboardLedsStatus(void)
158+
{
159+
return _keyboardLedsStatus;
160+
}
161+
157162
HID_::HID_(void) : PluggableUSBModule(1, 1, epType),
158163
rootNode(NULL), descriptorSize(0),
159164
protocol(HID_REPORT_PROTOCOL), idle(1)

0 commit comments

Comments
 (0)