Skip to content

Commit dcdb012

Browse files
authored
Update HID.h
1 parent e192b6e commit dcdb012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/HID/src/HID.h

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class HID_ : public PluggableUSBModule
9595
int begin(void);
9696
int SendReport(uint8_t id, const void* data, int len);
9797
void AppendDescriptor(HIDSubDescriptor* node);
98+
uint8_t getKeyboardLedsStatus(void);
9899

99100
protected:
100101
// Implementation of the PluggableUSBModule
@@ -111,6 +112,7 @@ class HID_ : public PluggableUSBModule
111112

112113
uint8_t protocol;
113114
uint8_t idle;
115+
uint8_t _keyboardLedsStatus;
114116
};
115117

116118
// Replacement for global singleton.

0 commit comments

Comments
 (0)