summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-09-10 13:31:46 +0100
committerGitHub <noreply@github.com>2022-09-10 13:31:46 +0100
commit16c2b528dfdbcef2ef888e901fa5d51b59a62840 (patch)
tree9d0935cb92c5f60d3687dbb19041c2da2bd898bc /tmk_core
parent405a32ddf4d81374b490bf2a413eb485f76f2658 (diff)
GMMK2: Fix 'ISO' within product name (#18322)
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/protocol/usb_descriptor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c
index 52e3276d35..21795cef60 100644
--- a/tmk_core/protocol/usb_descriptor.c
+++ b/tmk_core/protocol/usb_descriptor.c
@@ -45,6 +45,9 @@
# include "joystick.h"
#endif
+// TODO: wb32 support defines ISO macro which breaks PRODUCT stringification
+#undef ISO
+
// clang-format off
/*