From a2817b9e5252a32019e0b80bf55b0c23f68b657f 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 635e4c6cd706..7117d2fc1134 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 /*