Browse Source

GMMK2: Fix 'ISO' within product name (#18322)

pull/18330/head 0.18.6
Joel Challis 1 year ago
committed by GitHub
parent
commit
16c2b528df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tmk_core/protocol/usb_descriptor.c

+ 3
- 0
tmk_core/protocol/usb_descriptor.c View File

@ -45,6 +45,9 @@
# include "joystick.h"
#endif
// TODO: wb32 support defines ISO macro which breaks PRODUCT stringification
#undef ISO
// clang-format off
/*


Loading…
Cancel
Save