Skip to content

Commit 4b6c259

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

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
@@ -147,7 +147,7 @@ class HID_ : public PluggableUSBModule
147147

148148
};
149149

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

152152
#endif // USBCON
153153

0 commit comments

Comments
 (0)