Skip to content

Commit 16c2b52

Browse files
authored
GMMK2: Fix 'ISO' within product name (#18322)
1 parent 405a32d commit 16c2b52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tmk_core/protocol/usb_descriptor.c

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
# include "joystick.h"
4646
#endif
4747

48+
// TODO: wb32 support defines ISO macro which breaks PRODUCT stringification
49+
#undef ISO
50+
4851
// clang-format off
4952

5053
/*

0 commit comments

Comments
 (0)