From 0a5b2db094967a5c2987b1ab0105a9c783bc40ae Mon Sep 17 00:00:00 2001 From: zvecr Date: Fri, 9 Sep 2022 23:27:59 +0100 Subject: [PATCH] GMMK2: Fix 'ISO' within product name --- 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 52e3276d3596..21795cef60b1 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 /*