Skip to content

Commit 7111824

Browse files
committed
Change bCountryCode from 0x21 (US) to 0x00 (irrelevant)
abratchik#38
1 parent 3734377 commit 7111824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HID/HID.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class HID_ : public PluggableUSBModule
148148

149149
};
150150

151-
#define D_HIDREPORT(length) { 9, 0x21, 0x01, 0x01, 0x21, 1, 0x22, lowByte(length), highByte(length) }
151+
#define D_HIDREPORT(length) { 9, 0x21, 0x01, 0x01, 0, 1, 0x22, lowByte(length), highByte(length) }
152152

153153
#endif // USBCON
154154

0 commit comments

Comments
 (0)