From 16c2b528dfdbcef2ef888e901fa5d51b59a62840 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sat, 10 Sep 2022 13:31:46 +0100 Subject: [PATCH] GMMK2: Fix 'ISO' within product name (#18322) --- tmk_core/protocol/usb_descriptor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c index 52e3276d359..21795cef60b 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 /*