Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit a42464a

Browse files
authored
Merge pull request #68 from gedankenexperimenter/private-keyboard-hid-report-data
Make Keyboard HID report data variables private
2 parents dccbd87 + eccf8b6 commit a42464a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MultiReport/Keyboard.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ class Keyboard_ {
6767
return HID().getLEDs();
6868
};
6969

70+
private:
7071
HID_KeyboardReport_Data_t report_;
7172
HID_KeyboardReport_Data_t last_report_;
72-
private:
73+
7374
int sendReportUnchecked();
7475
};
7576
extern Keyboard_ Keyboard;

0 commit comments

Comments
 (0)